Shades of Fire Engine Red #B6191C
Tints of Fire Engine Red #B6191C
RGB
CMYK
RGB Variations
Color information
#B6191C (or 0xB6191C) is known color: Fire Engine Red. HEX triplet: B6, 19 and 1C. RGB value is (182,25,28). Sum of RGB (Red+Green+Blue) = 182+25+28=235 (31% of max value = 765). Red value is 182 (71.48% from 255 or 77.45% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 182 - color contains mainly: red. Hex color #B6191C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6191C is #49E6E3. Grayscale: #484848. Windows color (decimal): -4843236 or 1841590. OLE color: 1841590.
HSL color Cylindrical-coordinate representation of color #B6191C: hue angle of 358.85º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B6191C is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 25 | 28 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.29 |
| HSL | 358.85º | 0.76% | 0.41% | - |
| HSV(B) | 358.85º | 0.86% | 0.71% | - |
| XYZ | 19.85 | 10.72 | 2.12 | - |
| YUV | 72.29 | 103.01 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 25 | 28 | 0 | 0.86 | 0.85 | 0.29 | 358.85 | 0.76 | 0.41 |
| Hex | B6 | 19 | 1C | 0 | 56 | 55 | 1D | 167 | 4C | 29 |
| Octal | 266 | 31 | 34 | 0 | 126 | 125 | 35 | 547 | 114 | 51 |
| Binary | 10110110 | 11001 | 11100 | 0 | 1010110 | 1010101 | 11101 | 101100111 | 1001100 | 101001 |
Color Harmonies of #B6191C
Complementary color
Monochromatic Colors of #B6191C
Black with #B6191C
Text Example
Text Example
White with #B6191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6191C; }
p { color: rgb(182,25,28); }
H1.HeaderClassName
{
color: #B6191C;
}
.AnyTagClassName
{
color: #B6191C;
}
</style>
background-color css
<style>
a { background-color: #B6191C; }
a { background-color: rgb(182,25,28); }
div.DivClassName
{
background-color: #B6191C;
}
.BgClassName
{
background-color: #B6191C;
}
</style>
border-color css
<style>
span { border-color: #B6191C; }
span { border-color: rgb(182,25,28); }
td.TdClassName
{
border-color: #B6191C;
}
.TagClassName
{
border-color: #B6191C;
}
</style>