Shades of Fire Engine Red #BA1827
Tints of Fire Engine Red #BA1827
RGB
CMYK
RGB Variations
Color information
#BA1827 (or 0xBA1827) is known color: Fire Engine Red. HEX triplet: BA, 18 and 27. RGB value is (186,24,39). Sum of RGB (Red+Green+Blue) = 186+24+39=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1827 is #45E7D8. Grayscale: #4A4A4A. Windows color (decimal): -4581337 or 2562234. OLE color: 2562234.
HSL color Cylindrical-coordinate representation of color #BA1827: hue angle of 354.44º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1827 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 24 | 39 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.27 |
| HSL | 354.44º | 0.77% | 0.41% | - |
| HSV(B) | 354.44º | 0.87% | 0.73% | - |
| XYZ | 20.94 | 11.24 | 2.98 | - |
| YUV | 74.15 | 108.17 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 39 | 0 | 0.87 | 0.79 | 0.27 | 354.44 | 0.77 | 0.41 |
| Hex | BA | 18 | 27 | 0 | 57 | 4F | 1B | 162 | 4D | 29 |
| Octal | 272 | 30 | 47 | 0 | 127 | 117 | 33 | 542 | 115 | 51 |
| Binary | 10111010 | 11000 | 100111 | 0 | 1010111 | 1001111 | 11011 | 101100010 | 1001101 | 101001 |
Color Harmonies of #BA1827
Complementary color
Monochromatic Colors of #BA1827
Black with #BA1827
Text Example
Text Example
White with #BA1827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1827; }
p { color: rgb(186,24,39); }
H1.HeaderClassName
{
color: #BA1827;
}
.AnyTagClassName
{
color: #BA1827;
}
</style>
background-color css
<style>
a { background-color: #BA1827; }
a { background-color: rgb(186,24,39); }
div.DivClassName
{
background-color: #BA1827;
}
.BgClassName
{
background-color: #BA1827;
}
</style>
border-color css
<style>
span { border-color: #BA1827; }
span { border-color: rgb(186,24,39); }
td.TdClassName
{
border-color: #BA1827;
}
.TagClassName
{
border-color: #BA1827;
}
</style>