Shades of Fire Brick #B9190E
Tints of Fire Brick #B9190E
RGB
CMYK
RGB Variations
Color information
#B9190E (or 0xB9190E) is known color: Fire Brick. HEX triplet: B9, 19 and 0E. RGB value is (185,25,14). Sum of RGB (Red+Green+Blue) = 185+25+14=224 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.59% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 185 - color contains mainly: red. Hex color #B9190E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9190E is #46E6F1. Grayscale: #474747. Windows color (decimal): -4646642 or 924089. OLE color: 924089.
HSL color Cylindrical-coordinate representation of color #B9190E: hue angle of 3.86º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9190E is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 25 | 14 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.27 |
| HSL | 3.86º | 0.86% | 0.39% | - |
| HSV(B) | 3.86º | 0.92% | 0.73% | - |
| XYZ | 20.43 | 11.04 | 1.47 | - |
| YUV | 71.59 | 95.51 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 14 | 0 | 0.86 | 0.92 | 0.27 | 3.86 | 0.86 | 0.39 |
| Hex | B9 | 19 | E | 0 | 56 | 5C | 1B | 4 | 56 | 27 |
| Octal | 271 | 31 | 16 | 0 | 126 | 134 | 33 | 4 | 126 | 47 |
| Binary | 10111001 | 11001 | 1110 | 0 | 1010110 | 1011100 | 11011 | 100 | 1010110 | 100111 |
Color Harmonies of #B9190E
Complementary color
Monochromatic Colors of #B9190E
Black with #B9190E
Text Example
Text Example
White with #B9190E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9190E; }
p { color: rgb(185,25,14); }
H1.HeaderClassName
{
color: #B9190E;
}
.AnyTagClassName
{
color: #B9190E;
}
</style>
background-color css
<style>
a { background-color: #B9190E; }
a { background-color: rgb(185,25,14); }
div.DivClassName
{
background-color: #B9190E;
}
.BgClassName
{
background-color: #B9190E;
}
</style>
border-color css
<style>
span { border-color: #B9190E; }
span { border-color: rgb(185,25,14); }
td.TdClassName
{
border-color: #B9190E;
}
.TagClassName
{
border-color: #B9190E;
}
</style>