Shades of Fire Engine Red #BA1A1B
Tints of Fire Engine Red #BA1A1B
RGB
CMYK
RGB Variations
Color information
#BA1A1B (or 0xBA1A1B) is known color: Fire Engine Red. HEX triplet: BA, 1A and 1B. RGB value is (186,26,27). Sum of RGB (Red+Green+Blue) = 186+26+27=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1A1B is #45E5E4. Grayscale: #4A4A4A. Windows color (decimal): -4580837 or 1776314. OLE color: 1776314.
HSL color Cylindrical-coordinate representation of color #BA1A1B: hue angle of 359.62º 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 #BA1A1B is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 26 | 27 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.27 |
| HSL | 359.63º | 0.75% | 0.42% | - |
| HSV(B) | 359.63º | 0.86% | 0.73% | - |
| XYZ | 20.82 | 11.26 | 2.11 | - |
| YUV | 73.95 | 101.51 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 27 | 0 | 0.86 | 0.85 | 0.27 | 359.63 | 0.75 | 0.42 |
| Hex | BA | 1A | 1B | 0 | 56 | 55 | 1B | 168 | 4B | 2A |
| Octal | 272 | 32 | 33 | 0 | 126 | 125 | 33 | 550 | 113 | 52 |
| Binary | 10111010 | 11010 | 11011 | 0 | 1010110 | 1010101 | 11011 | 101101000 | 1001011 | 101010 |
Color Harmonies of #BA1A1B
Complementary color
Monochromatic Colors of #BA1A1B
Black with #BA1A1B
Text Example
Text Example
White with #BA1A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1A1B; }
p { color: rgb(186,26,27); }
H1.HeaderClassName
{
color: #BA1A1B;
}
.AnyTagClassName
{
color: #BA1A1B;
}
</style>
background-color css
<style>
a { background-color: #BA1A1B; }
a { background-color: rgb(186,26,27); }
div.DivClassName
{
background-color: #BA1A1B;
}
.BgClassName
{
background-color: #BA1A1B;
}
</style>
border-color css
<style>
span { border-color: #BA1A1B; }
span { border-color: rgb(186,26,27); }
td.TdClassName
{
border-color: #BA1A1B;
}
.TagClassName
{
border-color: #BA1A1B;
}
</style>