Shades of Fire Engine Red #BA1E26
Tints of Fire Engine Red #BA1E26
RGB
CMYK
RGB Variations
Color information
#BA1E26 (or 0xBA1E26) is known color: Fire Engine Red. HEX triplet: BA, 1E and 26. RGB value is (186,30,38). Sum of RGB (Red+Green+Blue) = 186+30+38=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E26 is #45E1D9. Grayscale: #4D4D4D. Windows color (decimal): -4579802 or 2498234. OLE color: 2498234.
HSL color Cylindrical-coordinate representation of color #BA1E26: hue angle of 356.92º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1E26 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 30 | 38 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.27 |
| HSL | 356.92º | 0.72% | 0.42% | - |
| HSV(B) | 356.92º | 0.84% | 0.73% | - |
| XYZ | 21.06 | 11.51 | 2.94 | - |
| YUV | 77.56 | 105.68 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 38 | 0 | 0.84 | 0.80 | 0.27 | 356.92 | 0.72 | 0.42 |
| Hex | BA | 1E | 26 | 0 | 54 | 50 | 1B | 165 | 48 | 2A |
| Octal | 272 | 36 | 46 | 0 | 124 | 120 | 33 | 545 | 110 | 52 |
| Binary | 10111010 | 11110 | 100110 | 0 | 1010100 | 1010000 | 11011 | 101100101 | 1001000 | 101010 |
Color Harmonies of #BA1E26
Complementary color
Monochromatic Colors of #BA1E26
Black with #BA1E26
Text Example
Text Example
White with #BA1E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1E26; }
p { color: rgb(186,30,38); }
H1.HeaderClassName
{
color: #BA1E26;
}
.AnyTagClassName
{
color: #BA1E26;
}
</style>
background-color css
<style>
a { background-color: #BA1E26; }
a { background-color: rgb(186,30,38); }
div.DivClassName
{
background-color: #BA1E26;
}
.BgClassName
{
background-color: #BA1E26;
}
</style>
border-color css
<style>
span { border-color: #BA1E26; }
span { border-color: rgb(186,30,38); }
td.TdClassName
{
border-color: #BA1E26;
}
.TagClassName
{
border-color: #BA1E26;
}
</style>