Shades of Fire Engine Red #BA1A1C
Tints of Fire Engine Red #BA1A1C
RGB
CMYK
RGB Variations
Color information
#BA1A1C (or 0xBA1A1C) is known color: Fire Engine Red. HEX triplet: BA, 1A and 1C. RGB value is (186,26,28). Sum of RGB (Red+Green+Blue) = 186+26+28=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1A1C is #45E5E3. Grayscale: #4A4A4A. Windows color (decimal): -4580836 or 1841850. OLE color: 1841850.
HSL color Cylindrical-coordinate representation of color #BA1A1C: hue angle of 359.25º 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 #BA1A1C is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 26 | 28 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.27 |
| HSL | 359.25º | 0.75% | 0.42% | - |
| HSV(B) | 359.25º | 0.86% | 0.73% | - |
| XYZ | 20.83 | 11.26 | 2.17 | - |
| YUV | 74.07 | 102.01 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 28 | 0 | 0.86 | 0.85 | 0.27 | 359.25 | 0.75 | 0.42 |
| Hex | BA | 1A | 1C | 0 | 56 | 55 | 1B | 167 | 4B | 2A |
| Octal | 272 | 32 | 34 | 0 | 126 | 125 | 33 | 547 | 113 | 52 |
| Binary | 10111010 | 11010 | 11100 | 0 | 1010110 | 1010101 | 11011 | 101100111 | 1001011 | 101010 |
Color Harmonies of #BA1A1C
Complementary color
Monochromatic Colors of #BA1A1C
Black with #BA1A1C
Text Example
Text Example
White with #BA1A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1A1C; }
p { color: rgb(186,26,28); }
H1.HeaderClassName
{
color: #BA1A1C;
}
.AnyTagClassName
{
color: #BA1A1C;
}
</style>
background-color css
<style>
a { background-color: #BA1A1C; }
a { background-color: rgb(186,26,28); }
div.DivClassName
{
background-color: #BA1A1C;
}
.BgClassName
{
background-color: #BA1A1C;
}
</style>
border-color css
<style>
span { border-color: #BA1A1C; }
span { border-color: rgb(186,26,28); }
td.TdClassName
{
border-color: #BA1A1C;
}
.TagClassName
{
border-color: #BA1A1C;
}
</style>