Shades of Fire Brick #B82A16
Tints of Fire Brick #B82A16
RGB
CMYK
RGB Variations
Color information
#B82A16 (or 0xB82A16) is known color: Fire Brick. HEX triplet: B8, 2A and 16. RGB value is (184,42,22). Sum of RGB (Red+Green+Blue) = 184+42+22=248 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.19% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 184 - color contains mainly: red. Hex color #B82A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82A16 is #47D5E9. Grayscale: #525252. Windows color (decimal): -4707818 or 1452728. OLE color: 1452728.
HSL color Cylindrical-coordinate representation of color #B82A16: hue angle of 7.41º 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 #B82A16 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 42 | 22 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.28 |
| HSL | 7.41º | 0.79% | 0.4% | - |
| HSV(B) | 7.41º | 0.88% | 0.72% | - |
| XYZ | 20.74 | 11.9 | 1.96 | - |
| YUV | 82.18 | 94.04 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 42 | 22 | 0 | 0.77 | 0.88 | 0.28 | 7.41 | 0.79 | 0.4 |
| Hex | B8 | 2A | 16 | 0 | 4D | 58 | 1C | 7 | 4F | 28 |
| Octal | 270 | 52 | 26 | 0 | 115 | 130 | 34 | 7 | 117 | 50 |
| Binary | 10111000 | 101010 | 10110 | 0 | 1001101 | 1011000 | 11100 | 111 | 1001111 | 101000 |
Color Harmonies of #B82A16
Complementary color
Monochromatic Colors of #B82A16
Black with #B82A16
Text Example
Text Example
White with #B82A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82A16; }
p { color: rgb(184,42,22); }
H1.HeaderClassName
{
color: #B82A16;
}
.AnyTagClassName
{
color: #B82A16;
}
</style>
background-color css
<style>
a { background-color: #B82A16; }
a { background-color: rgb(184,42,22); }
div.DivClassName
{
background-color: #B82A16;
}
.BgClassName
{
background-color: #B82A16;
}
</style>
border-color css
<style>
span { border-color: #B82A16; }
span { border-color: rgb(184,42,22); }
td.TdClassName
{
border-color: #B82A16;
}
.TagClassName
{
border-color: #B82A16;
}
</style>