Shades of Fire Engine Red #BA161C
Tints of Fire Engine Red #BA161C
RGB
CMYK
RGB Variations
Color information
#BA161C (or 0xBA161C) is known color: Fire Engine Red. HEX triplet: BA, 16 and 1C. RGB value is (186,22,28). Sum of RGB (Red+Green+Blue) = 186+22+28=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA161C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA161C is #45E9E3. Grayscale: #474747. Windows color (decimal): -4581860 or 1840826. OLE color: 1840826.
HSL color Cylindrical-coordinate representation of color #BA161C: hue angle of 357.8º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA161C is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 28 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.27 |
| HSL | 357.8º | 0.79% | 0.41% | - |
| HSV(B) | 357.8º | 0.88% | 0.73% | - |
| XYZ | 20.75 | 11.1 | 2.15 | - |
| YUV | 71.72 | 103.33 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 28 | 0 | 0.88 | 0.85 | 0.27 | 357.8 | 0.79 | 0.41 |
| Hex | BA | 16 | 1C | 0 | 58 | 55 | 1B | 166 | 4F | 29 |
| Octal | 272 | 26 | 34 | 0 | 130 | 125 | 33 | 546 | 117 | 51 |
| Binary | 10111010 | 10110 | 11100 | 0 | 1011000 | 1010101 | 11011 | 101100110 | 1001111 | 101001 |
Color Harmonies of #BA161C
Complementary color
Monochromatic Colors of #BA161C
Black with #BA161C
Text Example
Text Example
White with #BA161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA161C; }
p { color: rgb(186,22,28); }
H1.HeaderClassName
{
color: #BA161C;
}
.AnyTagClassName
{
color: #BA161C;
}
</style>
background-color css
<style>
a { background-color: #BA161C; }
a { background-color: rgb(186,22,28); }
div.DivClassName
{
background-color: #BA161C;
}
.BgClassName
{
background-color: #BA161C;
}
</style>
border-color css
<style>
span { border-color: #BA161C; }
span { border-color: rgb(186,22,28); }
td.TdClassName
{
border-color: #BA161C;
}
.TagClassName
{
border-color: #BA161C;
}
</style>