#B72212

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

Shades of Fire Brick #B72212

Tints of Fire Brick #B72212

Color information

#B72212 (or 0xB72212) is unknown color: approx Fire Brick. HEX triplet: B7, 22 and 12. RGB value is (183,34,18). Sum of RGB (Red+Green+Blue) = 183+34+18=235 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.87% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 183 - color contains mainly: red. Hex color #B72212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72212 is #48DDED. Grayscale: #4C4C4C. Windows color (decimal): -4775406 or 1188535. OLE color: 1188535.

HSL color Cylindrical-coordinate representation of color #B72212: hue angle of 5.82º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B72212 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB1833418-
CMYK00.810.900.28
HSL5.82º82.09%39.41%-
HSV(B)5.82º90.16%71.76%-
XYZ20.2111.261.68-
YUV76.7394.86203.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 77.87%
GREEN value IS 34 (13.67% from 255) = 14.47%
BLUE value IS 18 (7.42% from 255) = 7.66%
R=77.87%
G=14.47%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183341800.810.900.285.8282.0939.41
HexB722120515A1C65227
Octal2674222012113234612247
Binary1011011110001010010010100011011010111001101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72212; }

 p { color: rgb(183,34,18); }

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

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

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

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

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

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

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