#B22222

Color #B22222 Firebrick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Firebrick #B22222

Tints of Firebrick #B22222

Color information

#B22222 (or 0xB22222) is known color: Firebrick. HEX triplet: B2, 22 and 22. RGB value is (178,34,34). Sum of RGB (Red+Green+Blue) = 178+34+34=246 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.36% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 178 - color contains mainly: red. Hex color #B22222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22222 is #4DDDDD. Grayscale: #4D4D4D. Windows color (decimal): -5103070 or 2237106. OLE color: 2237106.

HSL color Cylindrical-coordinate representation of color #B22222: hue angle of 0º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B22222 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB1783434-
CMYK00.810.810.30
HSL67.92%41.57%-
HSV(B)80.9%69.8%-
XYZ19.2210.722.57-
YUV77.06103.71200-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 72.36%
GREEN value IS 34 (13.67% from 255) = 13.82%
BLUE value IS 34 (13.67% from 255) = 13.82%
R=72.36%
G=13.82%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178343400.810.810.30067.9241.57
HexB22222051511E0442a
Octal2624242012112136010452
Binary101100101000101000100101000110100011111001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22222; }

 p { color: rgb(178,34,34); }

 H1.HeaderClassName
 {
   color: #B22222;
 }
 .AnyTagClassName
 {
   color: #B22222;
 }
</style>
background-color css

<style>
 a { background-color: #B22222; }

 a { background-color: rgb(178,34,34); }

 div.DivClassName
 {
   background-color: #B22222;
 }
 .BgClassName
 {
   background-color: #B22222;
 }
</style>
border-color css

<style>
 span { border-color: #B22222; }

 span { border-color: rgb(178,34,34); }

 td.TdClassName
 {
   border-color: #B22222;
 }
 .TagClassName
 {
   border-color: #B22222;
 }
</style>