Shades of Fire Engine Red #BA1327
Tints of Fire Engine Red #BA1327
RGB
CMYK
RGB Variations
Color information
#BA1327 (or 0xBA1327) is known color: Fire Engine Red. HEX triplet: BA, 13 and 27. RGB value is (186,19,39). Sum of RGB (Red+Green+Blue) = 186+19+39=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 39 (15.62% from 255 or 15.98% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1327 is #45ECD8. Grayscale: #474747. Windows color (decimal): -4582617 or 2560954. OLE color: 2560954.
HSL color Cylindrical-coordinate representation of color #BA1327: hue angle of 352.81º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1327 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 39 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.27 |
| HSL | 352.81º | 0.81% | 0.4% | - |
| HSV(B) | 352.81º | 0.9% | 0.73% | - |
| XYZ | 20.85 | 11.05 | 2.95 | - |
| YUV | 71.21 | 109.83 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 39 | 0 | 0.90 | 0.79 | 0.27 | 352.81 | 0.81 | 0.4 |
| Hex | BA | 13 | 27 | 0 | 5A | 4F | 1B | 161 | 51 | 28 |
| Octal | 272 | 23 | 47 | 0 | 132 | 117 | 33 | 541 | 121 | 50 |
| Binary | 10111010 | 10011 | 100111 | 0 | 1011010 | 1001111 | 11011 | 101100001 | 1010001 | 101000 |
Color Harmonies of #BA1327
Complementary color
Monochromatic Colors of #BA1327
Black with #BA1327
Text Example
Text Example
White with #BA1327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1327; }
p { color: rgb(186,19,39); }
H1.HeaderClassName
{
color: #BA1327;
}
.AnyTagClassName
{
color: #BA1327;
}
</style>
background-color css
<style>
a { background-color: #BA1327; }
a { background-color: rgb(186,19,39); }
div.DivClassName
{
background-color: #BA1327;
}
.BgClassName
{
background-color: #BA1327;
}
</style>
border-color css
<style>
span { border-color: #BA1327; }
span { border-color: rgb(186,19,39); }
td.TdClassName
{
border-color: #BA1327;
}
.TagClassName
{
border-color: #BA1327;
}
</style>