Shades of Fire Engine Red #B8191C
Tints of Fire Engine Red #B8191C
RGB
CMYK
RGB Variations
Color information
#B8191C (or 0xB8191C) is known color: Fire Engine Red. HEX triplet: B8, 19 and 1C. RGB value is (184,25,28). Sum of RGB (Red+Green+Blue) = 184+25+28=237 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.64% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 184 - color contains mainly: red. Hex color #B8191C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8191C is #47E6E3. Grayscale: #494949. Windows color (decimal): -4712164 or 1841592. OLE color: 1841592.
HSL color Cylindrical-coordinate representation of color #B8191C: hue angle of 358.87º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8191C is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 28 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.28 |
| HSL | 358.87º | 0.76% | 0.41% | - |
| HSV(B) | 358.87º | 0.86% | 0.72% | - |
| XYZ | 20.32 | 10.97 | 2.14 | - |
| YUV | 72.88 | 102.68 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 28 | 0 | 0.86 | 0.85 | 0.28 | 358.87 | 0.76 | 0.41 |
| Hex | B8 | 19 | 1C | 0 | 56 | 55 | 1C | 167 | 4C | 29 |
| Octal | 270 | 31 | 34 | 0 | 126 | 125 | 34 | 547 | 114 | 51 |
| Binary | 10111000 | 11001 | 11100 | 0 | 1010110 | 1010101 | 11100 | 101100111 | 1001100 | 101001 |
Color Harmonies of #B8191C
Complementary color
Monochromatic Colors of #B8191C
Black with #B8191C
Text Example
Text Example
White with #B8191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8191C; }
p { color: rgb(184,25,28); }
H1.HeaderClassName
{
color: #B8191C;
}
.AnyTagClassName
{
color: #B8191C;
}
</style>
background-color css
<style>
a { background-color: #B8191C; }
a { background-color: rgb(184,25,28); }
div.DivClassName
{
background-color: #B8191C;
}
.BgClassName
{
background-color: #B8191C;
}
</style>
border-color css
<style>
span { border-color: #B8191C; }
span { border-color: rgb(184,25,28); }
td.TdClassName
{
border-color: #B8191C;
}
.TagClassName
{
border-color: #B8191C;
}
</style>