Shades of Fire Brick #B82915
Tints of Fire Brick #B82915
RGB
CMYK
RGB Variations
Color information
#B82915 (or 0xB82915) is known color: Fire Brick. HEX triplet: B8, 29 and 15. RGB value is (184,41,21). Sum of RGB (Red+Green+Blue) = 184+41+21=246 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.80% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 184 - color contains mainly: red. Hex color #B82915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82915 is #47D6EA. Grayscale: #515151. Windows color (decimal): -4708075 or 1386936. OLE color: 1386936.
HSL color Cylindrical-coordinate representation of color #B82915: hue angle of 7.36º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B82915 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 21 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.28 |
| HSL | 7.36º | 0.8% | 0.4% | - |
| HSV(B) | 7.36º | 0.89% | 0.72% | - |
| XYZ | 20.7 | 11.83 | 1.9 | - |
| YUV | 81.48 | 93.88 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 21 | 0 | 0.78 | 0.89 | 0.28 | 7.36 | 0.8 | 0.4 |
| Hex | B8 | 29 | 15 | 0 | 4E | 59 | 1C | 7 | 50 | 28 |
| Octal | 270 | 51 | 25 | 0 | 116 | 131 | 34 | 7 | 120 | 50 |
| Binary | 10111000 | 101001 | 10101 | 0 | 1001110 | 1011001 | 11100 | 111 | 1010000 | 101000 |
Color Harmonies of #B82915
Complementary color
Monochromatic Colors of #B82915
Black with #B82915
Text Example
Text Example
White with #B82915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82915; }
p { color: rgb(184,41,21); }
H1.HeaderClassName
{
color: #B82915;
}
.AnyTagClassName
{
color: #B82915;
}
</style>
background-color css
<style>
a { background-color: #B82915; }
a { background-color: rgb(184,41,21); }
div.DivClassName
{
background-color: #B82915;
}
.BgClassName
{
background-color: #B82915;
}
</style>
border-color css
<style>
span { border-color: #B82915; }
span { border-color: rgb(184,41,21); }
td.TdClassName
{
border-color: #B82915;
}
.TagClassName
{
border-color: #B82915;
}
</style>