Shades of Fire Brick #B02008
Tints of Fire Brick #B02008
RGB
CMYK
RGB Variations
Color information
#B02008 (or 0xB02008) is known color: Fire Brick. HEX triplet: B0, 20 and 08. RGB value is (176,32,8). Sum of RGB (Red+Green+Blue) = 176+32+8=216 (28% of max value = 765). Red value is 176 (69.14% from 255 or 81.48% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 8 (3.52% from 255 or 3.70% from 216); Max value from RGB is 176 - color contains mainly: red. Hex color #B02008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02008 is #4FDFF7. Grayscale: #484848. Windows color (decimal): -5234680 or 532656. OLE color: 532656.
HSL color Cylindrical-coordinate representation of color #B02008: hue angle of 8.57º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B02008 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 8 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.31 |
| HSL | 8.57º | 0.91% | 0.36% | - |
| HSV(B) | 8.57º | 0.95% | 0.69% | - |
| XYZ | 18.46 | 10.28 | 1.24 | - |
| YUV | 72.32 | 91.71 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 8 | 0 | 0.82 | 0.95 | 0.31 | 8.57 | 0.91 | 0.36 |
| Hex | B0 | 20 | 8 | 0 | 52 | 5F | 1F | 9 | 5B | 24 |
| Octal | 260 | 40 | 10 | 0 | 122 | 137 | 37 | 11 | 133 | 44 |
| Binary | 10110000 | 100000 | 1000 | 0 | 1010010 | 1011111 | 11111 | 1001 | 1011011 | 100100 |
Color Harmonies of #B02008
Complementary color
Monochromatic Colors of #B02008
Black with #B02008
Text Example
Text Example
White with #B02008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02008; }
p { color: rgb(176,32,8); }
H1.HeaderClassName
{
color: #B02008;
}
.AnyTagClassName
{
color: #B02008;
}
</style>
background-color css
<style>
a { background-color: #B02008; }
a { background-color: rgb(176,32,8); }
div.DivClassName
{
background-color: #B02008;
}
.BgClassName
{
background-color: #B02008;
}
</style>
border-color css
<style>
span { border-color: #B02008; }
span { border-color: rgb(176,32,8); }
td.TdClassName
{
border-color: #B02008;
}
.TagClassName
{
border-color: #B02008;
}
</style>