Shades of Fire Brick #B72008
Tints of Fire Brick #B72008
RGB
CMYK
RGB Variations
Color information
#B72008 (or 0xB72008) is known color: Fire Brick. HEX triplet: B7, 20 and 08. RGB value is (183,32,8). Sum of RGB (Red+Green+Blue) = 183+32+8=223 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.06% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 183 - color contains mainly: red. Hex color #B72008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72008 is #48DFF7. Grayscale: #4A4A4A. Windows color (decimal): -4775928 or 532663. OLE color: 532663.
HSL color Cylindrical-coordinate representation of color #B72008: hue angle of 8.23º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B72008 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 8 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.28 |
| HSL | 8.23º | 0.92% | 0.37% | - |
| HSV(B) | 8.23º | 0.96% | 0.72% | - |
| XYZ | 20.09 | 11.12 | 1.32 | - |
| YUV | 74.41 | 90.53 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 8 | 0 | 0.83 | 0.96 | 0.28 | 8.23 | 0.92 | 0.37 |
| Hex | B7 | 20 | 8 | 0 | 53 | 60 | 1C | 8 | 5C | 25 |
| Octal | 267 | 40 | 10 | 0 | 123 | 140 | 34 | 10 | 134 | 45 |
| Binary | 10110111 | 100000 | 1000 | 0 | 1010011 | 1100000 | 11100 | 1000 | 1011100 | 100101 |
Color Harmonies of #B72008
Complementary color
Monochromatic Colors of #B72008
Black with #B72008
Text Example
Text Example
White with #B72008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72008; }
p { color: rgb(183,32,8); }
H1.HeaderClassName
{
color: #B72008;
}
.AnyTagClassName
{
color: #B72008;
}
</style>
background-color css
<style>
a { background-color: #B72008; }
a { background-color: rgb(183,32,8); }
div.DivClassName
{
background-color: #B72008;
}
.BgClassName
{
background-color: #B72008;
}
</style>
border-color css
<style>
span { border-color: #B72008; }
span { border-color: rgb(183,32,8); }
td.TdClassName
{
border-color: #B72008;
}
.TagClassName
{
border-color: #B72008;
}
</style>