Hex #b22222 Color

#b22222
equivalent to

RGB

(178, 34, 34)

Details of #b22222

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
178
19.2209
0.00
0.00
39.1126
10.7245
32.7483
34
10.7245
0.68
0.81
55.9278
0.5911
81°
47.4569
34
2.5704
0.42
0.81   0.30
37.6486
0.3298
70°
18.2714

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10110010
262
178
B2
Green
100010
42
34
22
Blue
100010
42
34
22

RGB in % of #b22222

%72.36
%13.82
%13.82

CMYK in % of #b22222

%0
%81
%81
%30

Triads of color #b22222

#b22222 #2222b2 #22b222

Similar Colors to #b22222

#b22222 #b2226a #b26a22

Preview Color #b22222 on black ground

#b22222 is very interesting for text.

Preview Color #b22222 on white ground

#b22222 is very interesting for text.

CSS Codes #b22222 color

.mybgcolor {background-color:#b22222; }
.myforecolor {color:#b22222; }
.mybordercolor {border:3px solid #b22222; }

Text Font Color #b22222

<p style="color:#b22222">Text here</p>

This sample text font color is #b22222
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #b22222

<div style="background-color:#b22222">
Div content here</div>

This div background color is #b22222


Border Color #b22222

<div style="border:3px solid #b22222">
Div here</div>

The color of this border is #b22222


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #b22222; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #b22222;
-webkit-box-shadow: 1px 1px 3px 2px #b22222;
box-shadow:         1px 1px 3px 2px #b22222; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #b22222">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #b22222;
  -webkit-box-shadow: 1px 1px 3px 2px #b22222;
  box-shadow:         1px 1px 3px 2px #b22222;">
Div content here</div>

The shadow of div box using color #b22222