Shades of Fire Engine Red #B9191D
Tints of Fire Engine Red #B9191D
RGB
CMYK
RGB Variations
Color information
#B9191D (or 0xB9191D) is known color: Fire Engine Red. HEX triplet: B9, 19 and 1D. RGB value is (185,25,29). Sum of RGB (Red+Green+Blue) = 185+25+29=239 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.41% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 185 - color contains mainly: red. Hex color #B9191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9191D is #46E6E2. Grayscale: #494949. Windows color (decimal): -4646627 or 1907129. OLE color: 1907129.
HSL color Cylindrical-coordinate representation of color #B9191D: hue angle of 358.5º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9191D is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 25 | 29 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.27 |
| HSL | 358.5º | 0.76% | 0.41% | - |
| HSV(B) | 358.5º | 0.86% | 0.73% | - |
| XYZ | 20.58 | 11.1 | 2.22 | - |
| YUV | 73.3 | 103.01 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 29 | 0 | 0.86 | 0.84 | 0.27 | 358.5 | 0.76 | 0.41 |
| Hex | B9 | 19 | 1D | 0 | 56 | 54 | 1B | 166 | 4C | 29 |
| Octal | 271 | 31 | 35 | 0 | 126 | 124 | 33 | 546 | 114 | 51 |
| Binary | 10111001 | 11001 | 11101 | 0 | 1010110 | 1010100 | 11011 | 101100110 | 1001100 | 101001 |
Color Harmonies of #B9191D
Complementary color
Monochromatic Colors of #B9191D
Black with #B9191D
Text Example
Text Example
White with #B9191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9191D; }
p { color: rgb(185,25,29); }
H1.HeaderClassName
{
color: #B9191D;
}
.AnyTagClassName
{
color: #B9191D;
}
</style>
background-color css
<style>
a { background-color: #B9191D; }
a { background-color: rgb(185,25,29); }
div.DivClassName
{
background-color: #B9191D;
}
.BgClassName
{
background-color: #B9191D;
}
</style>
border-color css
<style>
span { border-color: #B9191D; }
span { border-color: rgb(185,25,29); }
td.TdClassName
{
border-color: #B9191D;
}
.TagClassName
{
border-color: #B9191D;
}
</style>