Shades of Fire Engine Red #BA161B
Tints of Fire Engine Red #BA161B
RGB
CMYK
RGB Variations
Color information
#BA161B (or 0xBA161B) is known color: Fire Engine Red. HEX triplet: BA, 16 and 1B. RGB value is (186,22,27). Sum of RGB (Red+Green+Blue) = 186+22+27=235 (31% of max value = 765). Red value is 186 (73.05% from 255 or 79.15% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 186 - color contains mainly: red. Hex color #BA161B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA161B is #45E9E4. Grayscale: #474747. Windows color (decimal): -4581861 or 1775290. OLE color: 1775290.
HSL color Cylindrical-coordinate representation of color #BA161B: hue angle of 358.17º 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 #BA161B is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 27 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.27 |
| HSL | 358.17º | 0.79% | 0.41% | - |
| HSV(B) | 358.17º | 0.88% | 0.73% | - |
| XYZ | 20.73 | 11.09 | 2.09 | - |
| YUV | 71.61 | 102.83 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 27 | 0 | 0.88 | 0.85 | 0.27 | 358.17 | 0.79 | 0.41 |
| Hex | BA | 16 | 1B | 0 | 58 | 55 | 1B | 166 | 4F | 29 |
| Octal | 272 | 26 | 33 | 0 | 130 | 125 | 33 | 546 | 117 | 51 |
| Binary | 10111010 | 10110 | 11011 | 0 | 1011000 | 1010101 | 11011 | 101100110 | 1001111 | 101001 |
Color Harmonies of #BA161B
Complementary color
Monochromatic Colors of #BA161B
Black with #BA161B
Text Example
Text Example
White with #BA161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA161B; }
p { color: rgb(186,22,27); }
H1.HeaderClassName
{
color: #BA161B;
}
.AnyTagClassName
{
color: #BA161B;
}
</style>
background-color css
<style>
a { background-color: #BA161B; }
a { background-color: rgb(186,22,27); }
div.DivClassName
{
background-color: #BA161B;
}
.BgClassName
{
background-color: #BA161B;
}
</style>
border-color css
<style>
span { border-color: #BA161B; }
span { border-color: rgb(186,22,27); }
td.TdClassName
{
border-color: #BA161B;
}
.TagClassName
{
border-color: #BA161B;
}
</style>