Shades of Fire Engine Red #BA1B24
Tints of Fire Engine Red #BA1B24
RGB
CMYK
RGB Variations
Color information
#BA1B24 (or 0xBA1B24) is known color: Fire Engine Red. HEX triplet: BA, 1B and 24. RGB value is (186,27,36). Sum of RGB (Red+Green+Blue) = 186+27+36=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1B24 is #45E4DB. Grayscale: #4B4B4B. Windows color (decimal): -4580572 or 2366394. OLE color: 2366394.
HSL color Cylindrical-coordinate representation of color #BA1B24: hue angle of 356.6º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1B24 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 27 | 36 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.27 |
| HSL | 356.6º | 0.75% | 0.42% | - |
| HSV(B) | 356.6º | 0.85% | 0.73% | - |
| XYZ | 20.96 | 11.35 | 2.76 | - |
| YUV | 75.57 | 105.68 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 36 | 0 | 0.85 | 0.81 | 0.27 | 356.6 | 0.75 | 0.42 |
| Hex | BA | 1B | 24 | 0 | 55 | 51 | 1B | 165 | 4B | 2A |
| Octal | 272 | 33 | 44 | 0 | 125 | 121 | 33 | 545 | 113 | 52 |
| Binary | 10111010 | 11011 | 100100 | 0 | 1010101 | 1010001 | 11011 | 101100101 | 1001011 | 101010 |
Color Harmonies of #BA1B24
Complementary color
Monochromatic Colors of #BA1B24
Black with #BA1B24
Text Example
Text Example
White with #BA1B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1B24; }
p { color: rgb(186,27,36); }
H1.HeaderClassName
{
color: #BA1B24;
}
.AnyTagClassName
{
color: #BA1B24;
}
</style>
background-color css
<style>
a { background-color: #BA1B24; }
a { background-color: rgb(186,27,36); }
div.DivClassName
{
background-color: #BA1B24;
}
.BgClassName
{
background-color: #BA1B24;
}
</style>
border-color css
<style>
span { border-color: #BA1B24; }
span { border-color: rgb(186,27,36); }
td.TdClassName
{
border-color: #BA1B24;
}
.TagClassName
{
border-color: #BA1B24;
}
</style>