Shades of Fire Engine Red #BA1628
Tints of Fire Engine Red #BA1628
RGB
CMYK
RGB Variations
Color information
#BA1628 (or 0xBA1628) is known color: Fire Engine Red. HEX triplet: BA, 16 and 28. RGB value is (186,22,40). Sum of RGB (Red+Green+Blue) = 186+22+40=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1628 is #45E9D7. Grayscale: #494949. Windows color (decimal): -4581848 or 2627258. OLE color: 2627258.
HSL color Cylindrical-coordinate representation of color #BA1628: hue angle of 353.41º 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 #BA1628 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 40 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.27 |
| HSL | 353.41º | 0.79% | 0.41% | - |
| HSV(B) | 353.41º | 0.88% | 0.73% | - |
| XYZ | 20.92 | 11.17 | 3.06 | - |
| YUV | 73.09 | 109.33 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 40 | 0 | 0.88 | 0.78 | 0.27 | 353.41 | 0.79 | 0.41 |
| Hex | BA | 16 | 28 | 0 | 58 | 4E | 1B | 161 | 4F | 29 |
| Octal | 272 | 26 | 50 | 0 | 130 | 116 | 33 | 541 | 117 | 51 |
| Binary | 10111010 | 10110 | 101000 | 0 | 1011000 | 1001110 | 11011 | 101100001 | 1001111 | 101001 |
Color Harmonies of #BA1628
Complementary color
Monochromatic Colors of #BA1628
Black with #BA1628
Text Example
Text Example
White with #BA1628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1628; }
p { color: rgb(186,22,40); }
H1.HeaderClassName
{
color: #BA1628;
}
.AnyTagClassName
{
color: #BA1628;
}
</style>
background-color css
<style>
a { background-color: #BA1628; }
a { background-color: rgb(186,22,40); }
div.DivClassName
{
background-color: #BA1628;
}
.BgClassName
{
background-color: #BA1628;
}
</style>
border-color css
<style>
span { border-color: #BA1628; }
span { border-color: rgb(186,22,40); }
td.TdClassName
{
border-color: #BA1628;
}
.TagClassName
{
border-color: #BA1628;
}
</style>