Shades of Fire Engine Red #BA1920
Tints of Fire Engine Red #BA1920
RGB
CMYK
RGB Variations
Color information
#BA1920 (or 0xBA1920) is known color: Fire Engine Red. HEX triplet: BA, 19 and 20. RGB value is (186,25,32). Sum of RGB (Red+Green+Blue) = 186+25+32=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1920 is #45E6DF. Grayscale: #4A4A4A. Windows color (decimal): -4581088 or 2103738. OLE color: 2103738.
HSL color Cylindrical-coordinate representation of color #BA1920: hue angle of 357.39º degrees, saturation: 0.76, 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 #BA1920 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 32 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.27 |
| HSL | 357.39º | 0.76% | 0.41% | - |
| HSV(B) | 357.39º | 0.87% | 0.73% | - |
| XYZ | 20.86 | 11.24 | 2.44 | - |
| YUV | 73.94 | 104.34 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 32 | 0 | 0.87 | 0.83 | 0.27 | 357.39 | 0.76 | 0.41 |
| Hex | BA | 19 | 20 | 0 | 57 | 53 | 1B | 165 | 4C | 29 |
| Octal | 272 | 31 | 40 | 0 | 127 | 123 | 33 | 545 | 114 | 51 |
| Binary | 10111010 | 11001 | 100000 | 0 | 1010111 | 1010011 | 11011 | 101100101 | 1001100 | 101001 |
Color Harmonies of #BA1920
Complementary color
Monochromatic Colors of #BA1920
Black with #BA1920
Text Example
Text Example
White with #BA1920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1920; }
p { color: rgb(186,25,32); }
H1.HeaderClassName
{
color: #BA1920;
}
.AnyTagClassName
{
color: #BA1920;
}
</style>
background-color css
<style>
a { background-color: #BA1920; }
a { background-color: rgb(186,25,32); }
div.DivClassName
{
background-color: #BA1920;
}
.BgClassName
{
background-color: #BA1920;
}
</style>
border-color css
<style>
span { border-color: #BA1920; }
span { border-color: rgb(186,25,32); }
td.TdClassName
{
border-color: #BA1920;
}
.TagClassName
{
border-color: #BA1920;
}
</style>