Shades of Fire Engine Red #BA1926
Tints of Fire Engine Red #BA1926
RGB
CMYK
RGB Variations
Color information
#BA1926 (or 0xBA1926) is known color: Fire Engine Red. HEX triplet: BA, 19 and 26. RGB value is (186,25,38). Sum of RGB (Red+Green+Blue) = 186+25+38=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1926 is #45E6D9. Grayscale: #4A4A4A. Windows color (decimal): -4581082 or 2496954. OLE color: 2496954.
HSL color Cylindrical-coordinate representation of color #BA1926: hue angle of 355.16º 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 #BA1926 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 38 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.27 |
| HSL | 355.16º | 0.76% | 0.41% | - |
| HSV(B) | 355.16º | 0.87% | 0.73% | - |
| XYZ | 20.95 | 11.27 | 2.91 | - |
| YUV | 74.62 | 107.34 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 38 | 0 | 0.87 | 0.80 | 0.27 | 355.16 | 0.76 | 0.41 |
| Hex | BA | 19 | 26 | 0 | 57 | 50 | 1B | 163 | 4C | 29 |
| Octal | 272 | 31 | 46 | 0 | 127 | 120 | 33 | 543 | 114 | 51 |
| Binary | 10111010 | 11001 | 100110 | 0 | 1010111 | 1010000 | 11011 | 101100011 | 1001100 | 101001 |
Color Harmonies of #BA1926
Complementary color
Monochromatic Colors of #BA1926
Black with #BA1926
Text Example
Text Example
White with #BA1926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1926; }
p { color: rgb(186,25,38); }
H1.HeaderClassName
{
color: #BA1926;
}
.AnyTagClassName
{
color: #BA1926;
}
</style>
background-color css
<style>
a { background-color: #BA1926; }
a { background-color: rgb(186,25,38); }
div.DivClassName
{
background-color: #BA1926;
}
.BgClassName
{
background-color: #BA1926;
}
</style>
border-color css
<style>
span { border-color: #BA1926; }
span { border-color: rgb(186,25,38); }
td.TdClassName
{
border-color: #BA1926;
}
.TagClassName
{
border-color: #BA1926;
}
</style>