#B52006

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

Shades of Fire Brick #B52006

Tints of Fire Brick #B52006

Color information

#B52006 (or 0xB52006) is unknown color: approx Fire Brick. HEX triplet: B5, 20 and 06. RGB value is (181,32,6). Sum of RGB (Red+Green+Blue) = 181+32+6=219 (29% of max value = 765). Red value is 181 (71.09% from 255 or 82.65% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 181 - color contains mainly: red. Hex color #B52006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52006 is #4ADFF9. Grayscale: #494949. Windows color (decimal): -4907002 or 401589. OLE color: 401589.

HSL color Cylindrical-coordinate representation of color #B52006: hue angle of 8.91º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B52006 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB181326-
CMYK00.820.970.29
HSL8.91º93.58%36.67%-
HSV(B)8.91º96.69%70.98%-
XYZ19.6110.871.24-
YUV73.5989.86204.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 82.65%
GREEN value IS 32 (12.89% from 255) = 14.61%
BLUE value IS 6 (2.73% from 255) = 2.74%
R=82.65%
G=14.61%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18132600.820.970.298.9193.5836.67
HexB5206052611D95e25
Octal2654060122141351113645
Binary101101011000001100101001011000011110110011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52006; }

 p { color: rgb(181,32,6); }

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

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

 a { background-color: rgb(181,32,6); }

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

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

 span { border-color: rgb(181,32,6); }

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