Shades of Fire Brick #B82916
Tints of Fire Brick #B82916
RGB
CMYK
RGB Variations
Color information
#B82916 (or 0xB82916) is known color: Fire Brick. HEX triplet: B8, 29 and 16. RGB value is (184,41,22). Sum of RGB (Red+Green+Blue) = 184+41+22=247 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.49% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 184 - color contains mainly: red. Hex color #B82916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82916 is #47D6E9. Grayscale: #515151. Windows color (decimal): -4708074 or 1452472. OLE color: 1452472.
HSL color Cylindrical-coordinate representation of color #B82916: hue angle of 7.04º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B82916 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 22 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.28 |
| HSL | 7.04º | 0.79% | 0.4% | - |
| HSV(B) | 7.04º | 0.88% | 0.72% | - |
| XYZ | 20.7 | 11.83 | 1.95 | - |
| YUV | 81.59 | 94.38 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 22 | 0 | 0.78 | 0.88 | 0.28 | 7.04 | 0.79 | 0.4 |
| Hex | B8 | 29 | 16 | 0 | 4E | 58 | 1C | 7 | 4F | 28 |
| Octal | 270 | 51 | 26 | 0 | 116 | 130 | 34 | 7 | 117 | 50 |
| Binary | 10111000 | 101001 | 10110 | 0 | 1001110 | 1011000 | 11100 | 111 | 1001111 | 101000 |
Color Harmonies of #B82916
Complementary color
Monochromatic Colors of #B82916
Black with #B82916
Text Example
Text Example
White with #B82916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82916; }
p { color: rgb(184,41,22); }
H1.HeaderClassName
{
color: #B82916;
}
.AnyTagClassName
{
color: #B82916;
}
</style>
background-color css
<style>
a { background-color: #B82916; }
a { background-color: rgb(184,41,22); }
div.DivClassName
{
background-color: #B82916;
}
.BgClassName
{
background-color: #B82916;
}
</style>
border-color css
<style>
span { border-color: #B82916; }
span { border-color: rgb(184,41,22); }
td.TdClassName
{
border-color: #B82916;
}
.TagClassName
{
border-color: #B82916;
}
</style>