Shades of Fire Engine Red #BA2024
Tints of Fire Engine Red #BA2024
RGB
CMYK
RGB Variations
Color information
#BA2024 (or 0xBA2024) is known color: Fire Engine Red. HEX triplet: BA, 20 and 24. RGB value is (186,32,36). Sum of RGB (Red+Green+Blue) = 186+32+36=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2024 is #45DFDB. Grayscale: #4E4E4E. Windows color (decimal): -4579292 or 2367674. OLE color: 2367674.
HSL color Cylindrical-coordinate representation of color #BA2024: hue angle of 358.44º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA2024 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 36 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.27 |
| HSL | 358.44º | 0.71% | 0.43% | - |
| HSV(B) | 358.44º | 0.83% | 0.73% | - |
| XYZ | 21.08 | 11.6 | 2.8 | - |
| YUV | 78.5 | 104.02 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 36 | 0 | 0.83 | 0.81 | 0.27 | 358.44 | 0.71 | 0.43 |
| Hex | BA | 20 | 24 | 0 | 53 | 51 | 1B | 166 | 47 | 2B |
| Octal | 272 | 40 | 44 | 0 | 123 | 121 | 33 | 546 | 107 | 53 |
| Binary | 10111010 | 100000 | 100100 | 0 | 1010011 | 1010001 | 11011 | 101100110 | 1000111 | 101011 |
Color Harmonies of #BA2024
Complementary color
Monochromatic Colors of #BA2024
Black with #BA2024
Text Example
Text Example
White with #BA2024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2024; }
p { color: rgb(186,32,36); }
H1.HeaderClassName
{
color: #BA2024;
}
.AnyTagClassName
{
color: #BA2024;
}
</style>
background-color css
<style>
a { background-color: #BA2024; }
a { background-color: rgb(186,32,36); }
div.DivClassName
{
background-color: #BA2024;
}
.BgClassName
{
background-color: #BA2024;
}
</style>
border-color css
<style>
span { border-color: #BA2024; }
span { border-color: rgb(186,32,36); }
td.TdClassName
{
border-color: #BA2024;
}
.TagClassName
{
border-color: #BA2024;
}
</style>