Shades of Fire Engine Red #BA2027
Tints of Fire Engine Red #BA2027
RGB
CMYK
RGB Variations
Color information
#BA2027 (or 0xBA2027) is known color: Fire Engine Red. HEX triplet: BA, 20 and 27. RGB value is (186,32,39). Sum of RGB (Red+Green+Blue) = 186+32+39=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2027 is #45DFD8. Grayscale: #4E4E4E. Windows color (decimal): -4579289 or 2564282. OLE color: 2564282.
HSL color Cylindrical-coordinate representation of color #BA2027: hue angle of 357.27º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA2027 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 39 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.27 |
| HSL | 357.27º | 0.71% | 0.43% | - |
| HSV(B) | 357.27º | 0.83% | 0.73% | - |
| XYZ | 21.13 | 11.62 | 3.05 | - |
| YUV | 78.84 | 105.52 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 39 | 0 | 0.83 | 0.79 | 0.27 | 357.27 | 0.71 | 0.43 |
| Hex | BA | 20 | 27 | 0 | 53 | 4F | 1B | 165 | 47 | 2B |
| Octal | 272 | 40 | 47 | 0 | 123 | 117 | 33 | 545 | 107 | 53 |
| Binary | 10111010 | 100000 | 100111 | 0 | 1010011 | 1001111 | 11011 | 101100101 | 1000111 | 101011 |
Color Harmonies of #BA2027
Complementary color
Monochromatic Colors of #BA2027
Black with #BA2027
Text Example
Text Example
White with #BA2027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2027; }
p { color: rgb(186,32,39); }
H1.HeaderClassName
{
color: #BA2027;
}
.AnyTagClassName
{
color: #BA2027;
}
</style>
background-color css
<style>
a { background-color: #BA2027; }
a { background-color: rgb(186,32,39); }
div.DivClassName
{
background-color: #BA2027;
}
.BgClassName
{
background-color: #BA2027;
}
</style>
border-color css
<style>
span { border-color: #BA2027; }
span { border-color: rgb(186,32,39); }
td.TdClassName
{
border-color: #BA2027;
}
.TagClassName
{
border-color: #BA2027;
}
</style>