COLOR #B22222

HEX: #B22222
RGB: (178,34,34)

Color info

Color name is FireBrick. #B22222 contains mainly red color. Web safe color of #B22222 is #993333 (or #933).

RGB color model

#B22222 color RGB value is (178,34,34).

  • red value is 178;
  • green value is 34;
  • blue value is 34.
RGB:
(178,34,34)
(70%,13%,13%)

RGB channels and saturation

R 178 of 255 = 70%
G 34 of 255 = 13%
B 34 of 255 = 13%

178
34
34

R + G + B ~ 32%. #B22222 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
178 + 34 + 34 = 246 (100%)
R 178 of 246 ~ 72.36%
G 34 of 246 ~ 13.82%
B 34 of 246 ~ 13.82%

%72.36
%13.82
%13.82

CMYK color model

#B22222 color CMYK value is (0,81,81,30).

  • cyan value is 0.00%
  • magenta value is 80.90%
  • yellow value is 80.90%
  • key color value is 30.20%
CMYK:
(0,81,81,30)
C0M81Y81K30 
(0%,81%,81%,30%)
(0.00/0.81/0.81/0.30)	

CMYK percentages

%0
%80.9
%80.9
%30.2

Codes

Color #B22222 in popluar color models

B22222
RGB1783434
HSL67.92%41.57%
HSB/HSV80.90%69.80%
CMYK0.00%80.90%80.90%
30.20%

Color #B22222 in popluar number systems.

HEXB22222
Decimal1783434
Binary10110010100010100010
Octal2624242

Shades and tints

Shades of #B22222

#B22222
(178,34,34)
#A21F1F
(162,31,31)
#921C1C
(146,28,28)
#821919
(130,25,25)
#721616
(114,22,22)
#621313
(98,19,19)
#521010
(82,16,16)
#420D0D
(66,13,13)
#320A0A
(50,10,10)
#220707
(34,7,7)
#120404
(18,4,4)
#000000
(0,0,0)

Tints of #B22222

#B22222
(178,34,34)
#B93636
(185,54,54)
#C04A4A
(192,74,74)
#C75E5E
(199,94,94)
#CE7272
(206,114,114)
#D58686
(213,134,134)
#DC9A9A
(220,154,154)
#E3AEAE
(227,174,174)
#EAC2C2
(234,194,194)
#F1D6D6
(241,214,214)
#F8EAEA
(248,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B22222 color. Also use rgb(178,34,34) instead hex code.

Text Font Color

.myTextColor { color: #B22222; }

<p style="color:#B22222">This sample text font color is #B22222.</p>

This text font color is #B22222.


Background Color

.myBgColor { background-color: #B22222; }

<div style="background-color:#B22222">Inner text</div>

This div background color is #B22222.


Border color

.myBorderColor { border: 1px solid #B22222; }

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

This div border color is #B22222.


Opacity

.myOpacity80 { color: #B22222; opacity: 0.8; }

<p style="color:#B22222;opacity:0.8;">80%</p>

Text with #B22222 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B22222;}

<p style="text-shadow: 3px 3px 1px #B22222">Text here.</p>

This text has shadow with #B22222 color.

.textShadow {text-shadow: 3px 3px 1px #B22222, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B22222, 5px 5px 20px red">Text here.</p>

This text has shadow with #B22222 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B22222, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B22222, Direction=45, Strength=4)">Text</p>

This text has shadow with #B22222 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B22222;
  -webkit-box-shadow:	1px 1px 3px 2px #B22222;
  box-shadow:		1px 1px 3px 2px #B22222;
}

/* html code with inline style */
<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>
This div box has shadow with color #B22222.

Preview

Color preview on black background

This text has color #B22222 on black background.


Color preview on white background

This text has color #B22222 on white background.



Black color preview on #B22222 background

This text has black color on #B22222 background.


White color preview on #B22222 background

This text has white color on #B22222 background.