Shades of Fire Brick #B32008
Tints of Fire Brick #B32008
RGB
CMYK
RGB Variations
Color information
#B32008 (or 0xB32008) is known color: Fire Brick. HEX triplet: B3, 20 and 08. RGB value is (179,32,8). Sum of RGB (Red+Green+Blue) = 179+32+8=219 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.74% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 179 - color contains mainly: red. Hex color #B32008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32008 is #4CDFF7. Grayscale: #494949. Windows color (decimal): -5038072 or 532659. OLE color: 532659.
HSL color Cylindrical-coordinate representation of color #B32008: hue angle of 8.42º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B32008 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 32 | 8 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.30 |
| HSL | 8.42º | 0.91% | 0.37% | - |
| HSV(B) | 8.42º | 0.96% | 0.7% | - |
| XYZ | 19.15 | 10.63 | 1.27 | - |
| YUV | 73.22 | 91.2 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 8 | 0 | 0.82 | 0.96 | 0.30 | 8.42 | 0.91 | 0.37 |
| Hex | B3 | 20 | 8 | 0 | 52 | 60 | 1E | 8 | 5B | 25 |
| Octal | 263 | 40 | 10 | 0 | 122 | 140 | 36 | 10 | 133 | 45 |
| Binary | 10110011 | 100000 | 1000 | 0 | 1010010 | 1100000 | 11110 | 1000 | 1011011 | 100101 |
Color Harmonies of #B32008
Complementary color
Monochromatic Colors of #B32008
Black with #B32008
Text Example
Text Example
White with #B32008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32008; }
p { color: rgb(179,32,8); }
H1.HeaderClassName
{
color: #B32008;
}
.AnyTagClassName
{
color: #B32008;
}
</style>
background-color css
<style>
a { background-color: #B32008; }
a { background-color: rgb(179,32,8); }
div.DivClassName
{
background-color: #B32008;
}
.BgClassName
{
background-color: #B32008;
}
</style>
border-color css
<style>
span { border-color: #B32008; }
span { border-color: rgb(179,32,8); }
td.TdClassName
{
border-color: #B32008;
}
.TagClassName
{
border-color: #B32008;
}
</style>