Shades of Fire Engine Red #BA1C1E
Tints of Fire Engine Red #BA1C1E
RGB
CMYK
RGB Variations
Color information
#BA1C1E (or 0xBA1C1E) is known color: Fire Engine Red. HEX triplet: BA, 1C and 1E. RGB value is (186,28,30). Sum of RGB (Red+Green+Blue) = 186+28+30=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1C1E is #45E3E1. Grayscale: #4B4B4B. Windows color (decimal): -4580322 or 1973434. OLE color: 1973434.
HSL color Cylindrical-coordinate representation of color #BA1C1E: hue angle of 359.24º degrees, saturation: 0.74, 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 #BA1C1E is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 28 | 30 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.27 |
| HSL | 359.24º | 0.74% | 0.42% | - |
| HSV(B) | 359.24º | 0.85% | 0.73% | - |
| XYZ | 20.9 | 11.36 | 2.32 | - |
| YUV | 75.47 | 102.35 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 30 | 0 | 0.85 | 0.84 | 0.27 | 359.24 | 0.74 | 0.42 |
| Hex | BA | 1C | 1E | 0 | 55 | 54 | 1B | 167 | 4A | 2A |
| Octal | 272 | 34 | 36 | 0 | 125 | 124 | 33 | 547 | 112 | 52 |
| Binary | 10111010 | 11100 | 11110 | 0 | 1010101 | 1010100 | 11011 | 101100111 | 1001010 | 101010 |
Color Harmonies of #BA1C1E
Complementary color
Monochromatic Colors of #BA1C1E
Black with #BA1C1E
Text Example
Text Example
White with #BA1C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1C1E; }
p { color: rgb(186,28,30); }
H1.HeaderClassName
{
color: #BA1C1E;
}
.AnyTagClassName
{
color: #BA1C1E;
}
</style>
background-color css
<style>
a { background-color: #BA1C1E; }
a { background-color: rgb(186,28,30); }
div.DivClassName
{
background-color: #BA1C1E;
}
.BgClassName
{
background-color: #BA1C1E;
}
</style>
border-color css
<style>
span { border-color: #BA1C1E; }
span { border-color: rgb(186,28,30); }
td.TdClassName
{
border-color: #BA1C1E;
}
.TagClassName
{
border-color: #BA1C1E;
}
</style>