Shades of Fire Engine Red #BA1A25
Tints of Fire Engine Red #BA1A25
RGB
CMYK
RGB Variations
Color information
#BA1A25 (or 0xBA1A25) is known color: Fire Engine Red. HEX triplet: BA, 1A and 25. RGB value is (186,26,37). Sum of RGB (Red+Green+Blue) = 186+26+37=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1A25 is #45E5DA. Grayscale: #4B4B4B. Windows color (decimal): -4580827 or 2431674. OLE color: 2431674.
HSL color Cylindrical-coordinate representation of color #BA1A25: hue angle of 355.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1A25 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 26 | 37 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.27 |
| HSL | 355.88º | 0.75% | 0.42% | - |
| HSV(B) | 355.88º | 0.86% | 0.73% | - |
| XYZ | 20.95 | 11.31 | 2.83 | - |
| YUV | 75.09 | 106.51 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 37 | 0 | 0.86 | 0.80 | 0.27 | 355.88 | 0.75 | 0.42 |
| Hex | BA | 1A | 25 | 0 | 56 | 50 | 1B | 164 | 4B | 2A |
| Octal | 272 | 32 | 45 | 0 | 126 | 120 | 33 | 544 | 113 | 52 |
| Binary | 10111010 | 11010 | 100101 | 0 | 1010110 | 1010000 | 11011 | 101100100 | 1001011 | 101010 |
Color Harmonies of #BA1A25
Complementary color
Monochromatic Colors of #BA1A25
Black with #BA1A25
Text Example
Text Example
White with #BA1A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1A25; }
p { color: rgb(186,26,37); }
H1.HeaderClassName
{
color: #BA1A25;
}
.AnyTagClassName
{
color: #BA1A25;
}
</style>
background-color css
<style>
a { background-color: #BA1A25; }
a { background-color: rgb(186,26,37); }
div.DivClassName
{
background-color: #BA1A25;
}
.BgClassName
{
background-color: #BA1A25;
}
</style>
border-color css
<style>
span { border-color: #BA1A25; }
span { border-color: rgb(186,26,37); }
td.TdClassName
{
border-color: #BA1A25;
}
.TagClassName
{
border-color: #BA1A25;
}
</style>