Shades of Fire Engine Red #BA161D
Tints of Fire Engine Red #BA161D
RGB
CMYK
RGB Variations
Color information
#BA161D (or 0xBA161D) is known color: Fire Engine Red. HEX triplet: BA, 16 and 1D. RGB value is (186,22,29). Sum of RGB (Red+Green+Blue) = 186+22+29=237 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.48% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 186 - color contains mainly: red. Hex color #BA161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA161D is #45E9E2. Grayscale: #474747. Windows color (decimal): -4581859 or 1906362. OLE color: 1906362.
HSL color Cylindrical-coordinate representation of color #BA161D: hue angle of 357.44º 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 #BA161D is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 29 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.27 |
| HSL | 357.44º | 0.79% | 0.41% | - |
| HSV(B) | 357.44º | 0.88% | 0.73% | - |
| XYZ | 20.76 | 11.1 | 2.21 | - |
| YUV | 71.83 | 103.83 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 29 | 0 | 0.88 | 0.84 | 0.27 | 357.44 | 0.79 | 0.41 |
| Hex | BA | 16 | 1D | 0 | 58 | 54 | 1B | 165 | 4F | 29 |
| Octal | 272 | 26 | 35 | 0 | 130 | 124 | 33 | 545 | 117 | 51 |
| Binary | 10111010 | 10110 | 11101 | 0 | 1011000 | 1010100 | 11011 | 101100101 | 1001111 | 101001 |
Color Harmonies of #BA161D
Complementary color
Monochromatic Colors of #BA161D
Black with #BA161D
Text Example
Text Example
White with #BA161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA161D; }
p { color: rgb(186,22,29); }
H1.HeaderClassName
{
color: #BA161D;
}
.AnyTagClassName
{
color: #BA161D;
}
</style>
background-color css
<style>
a { background-color: #BA161D; }
a { background-color: rgb(186,22,29); }
div.DivClassName
{
background-color: #BA161D;
}
.BgClassName
{
background-color: #BA161D;
}
</style>
border-color css
<style>
span { border-color: #BA161D; }
span { border-color: rgb(186,22,29); }
td.TdClassName
{
border-color: #BA161D;
}
.TagClassName
{
border-color: #BA161D;
}
</style>