Shades of Fire Brick #B8190A
Tints of Fire Brick #B8190A
RGB
CMYK
RGB Variations
Color information
#B8190A (or 0xB8190A) is known color: Fire Brick. HEX triplet: B8, 19 and 0A. RGB value is (184,25,10). Sum of RGB (Red+Green+Blue) = 184+25+10=219 (29% of max value = 765). Red value is 184 (72.27% from 255 or 84.02% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 184 - color contains mainly: red. Hex color #B8190A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8190A is #47E6F5. Grayscale: #474747. Windows color (decimal): -4712182 or 661944. OLE color: 661944.
HSL color Cylindrical-coordinate representation of color #B8190A: hue angle of 5.17º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B8190A is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 10 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.28 |
| HSL | 5.17º | 0.9% | 0.38% | - |
| HSV(B) | 5.17º | 0.95% | 0.72% | - |
| XYZ | 20.17 | 10.91 | 1.33 | - |
| YUV | 70.83 | 93.68 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 10 | 0 | 0.86 | 0.95 | 0.28 | 5.17 | 0.9 | 0.38 |
| Hex | B8 | 19 | A | 0 | 56 | 5F | 1C | 5 | 5A | 26 |
| Octal | 270 | 31 | 12 | 0 | 126 | 137 | 34 | 5 | 132 | 46 |
| Binary | 10111000 | 11001 | 1010 | 0 | 1010110 | 1011111 | 11100 | 101 | 1011010 | 100110 |
Color Harmonies of #B8190A
Complementary color
Monochromatic Colors of #B8190A
Black with #B8190A
Text Example
Text Example
White with #B8190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8190A; }
p { color: rgb(184,25,10); }
H1.HeaderClassName
{
color: #B8190A;
}
.AnyTagClassName
{
color: #B8190A;
}
</style>
background-color css
<style>
a { background-color: #B8190A; }
a { background-color: rgb(184,25,10); }
div.DivClassName
{
background-color: #B8190A;
}
.BgClassName
{
background-color: #B8190A;
}
</style>
border-color css
<style>
span { border-color: #B8190A; }
span { border-color: rgb(184,25,10); }
td.TdClassName
{
border-color: #B8190A;
}
.TagClassName
{
border-color: #B8190A;
}
</style>