Shades of Fire Brick #B81F08
Tints of Fire Brick #B81F08
RGB
CMYK
RGB Variations
Color information
#B81F08 (or 0xB81F08) is known color: Fire Brick. HEX triplet: B8, 1F and 08. RGB value is (184,31,8). Sum of RGB (Red+Green+Blue) = 184+31+8=223 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.51% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 184 - color contains mainly: red. Hex color #B81F08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81F08 is #47E0F7. Grayscale: #4A4A4A. Windows color (decimal): -4710648 or 532408. OLE color: 532408.
HSL color Cylindrical-coordinate representation of color #B81F08: hue angle of 7.84º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B81F08 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 31 | 8 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.28 |
| HSL | 7.84º | 0.92% | 0.38% | - |
| HSV(B) | 7.84º | 0.96% | 0.72% | - |
| XYZ | 20.3 | 11.19 | 1.32 | - |
| YUV | 74.13 | 90.69 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 31 | 8 | 0 | 0.83 | 0.96 | 0.28 | 7.84 | 0.92 | 0.38 |
| Hex | B8 | 1F | 8 | 0 | 53 | 60 | 1C | 8 | 5C | 26 |
| Octal | 270 | 37 | 10 | 0 | 123 | 140 | 34 | 10 | 134 | 46 |
| Binary | 10111000 | 11111 | 1000 | 0 | 1010011 | 1100000 | 11100 | 1000 | 1011100 | 100110 |
Color Harmonies of #B81F08
Complementary color
Monochromatic Colors of #B81F08
Black with #B81F08
Text Example
Text Example
White with #B81F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81F08; }
p { color: rgb(184,31,8); }
H1.HeaderClassName
{
color: #B81F08;
}
.AnyTagClassName
{
color: #B81F08;
}
</style>
background-color css
<style>
a { background-color: #B81F08; }
a { background-color: rgb(184,31,8); }
div.DivClassName
{
background-color: #B81F08;
}
.BgClassName
{
background-color: #B81F08;
}
</style>
border-color css
<style>
span { border-color: #B81F08; }
span { border-color: rgb(184,31,8); }
td.TdClassName
{
border-color: #B81F08;
}
.TagClassName
{
border-color: #B81F08;
}
</style>