Shades of Fire Engine Red #BA1828
Tints of Fire Engine Red #BA1828
RGB
CMYK
RGB Variations
Color information
#BA1828 (or 0xBA1828) is known color: Fire Engine Red. HEX triplet: BA, 18 and 28. RGB value is (186,24,40). Sum of RGB (Red+Green+Blue) = 186+24+40=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1828 is #45E7D7. Grayscale: #4A4A4A. Windows color (decimal): -4581336 or 2627770. OLE color: 2627770.
HSL color Cylindrical-coordinate representation of color #BA1828: hue angle of 354.07º 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 #BA1828 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 24 | 40 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.27 |
| HSL | 354.07º | 0.77% | 0.41% | - |
| HSV(B) | 354.07º | 0.87% | 0.73% | - |
| XYZ | 20.96 | 11.25 | 3.07 | - |
| YUV | 74.26 | 108.67 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 40 | 0 | 0.87 | 0.78 | 0.27 | 354.07 | 0.77 | 0.41 |
| Hex | BA | 18 | 28 | 0 | 57 | 4E | 1B | 162 | 4D | 29 |
| Octal | 272 | 30 | 50 | 0 | 127 | 116 | 33 | 542 | 115 | 51 |
| Binary | 10111010 | 11000 | 101000 | 0 | 1010111 | 1001110 | 11011 | 101100010 | 1001101 | 101001 |
Color Harmonies of #BA1828
Complementary color
Monochromatic Colors of #BA1828
Black with #BA1828
Text Example
Text Example
White with #BA1828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1828; }
p { color: rgb(186,24,40); }
H1.HeaderClassName
{
color: #BA1828;
}
.AnyTagClassName
{
color: #BA1828;
}
</style>
background-color css
<style>
a { background-color: #BA1828; }
a { background-color: rgb(186,24,40); }
div.DivClassName
{
background-color: #BA1828;
}
.BgClassName
{
background-color: #BA1828;
}
</style>
border-color css
<style>
span { border-color: #BA1828; }
span { border-color: rgb(186,24,40); }
td.TdClassName
{
border-color: #BA1828;
}
.TagClassName
{
border-color: #BA1828;
}
</style>