#B32006

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

Shades of Fire Brick #B32006

Tints of Fire Brick #B32006

Color information

#B32006 (or 0xB32006) is unknown color: approx Fire Brick. HEX triplet: B3, 20 and 06. RGB value is (179,32,6). Sum of RGB (Red+Green+Blue) = 179+32+6=217 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.49% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 6 (2.73% from 255 or 2.76% from 217); Max value from RGB is 179 - color contains mainly: red. Hex color #B32006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32006 is #4CDFF9. Grayscale: #494949. Windows color (decimal): -5038074 or 401587. OLE color: 401587.

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

Color convert

RGB179326-
CMYK00.820.970.30
HSL9.02º93.51%36.27%-
HSV(B)9.02º96.65%70.2%-
XYZ19.1410.631.22-
YUV72.9990.2203.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 82.49%
GREEN value IS 32 (12.89% from 255) = 14.75%
BLUE value IS 6 (2.73% from 255) = 2.76%
R=82.49%
G=14.75%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17932600.820.970.309.0293.5136.27
HexB3206052611E95e24
Octal2634060122141361113644
Binary101100111000001100101001011000011111010011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32006; }

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

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

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

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

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

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

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

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