Shades of Fire Engine Red #BA1726
Tints of Fire Engine Red #BA1726
RGB
CMYK
RGB Variations
Color information
#BA1726 (or 0xBA1726) is known color: Fire Engine Red. HEX triplet: BA, 17 and 26. RGB value is (186,23,38). Sum of RGB (Red+Green+Blue) = 186+23+38=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1726 is #45E8D9. Grayscale: #494949. Windows color (decimal): -4581594 or 2496442. OLE color: 2496442.
HSL color Cylindrical-coordinate representation of color #BA1726: hue angle of 354.48º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1726 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 38 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.27 |
| HSL | 354.48º | 0.78% | 0.41% | - |
| HSV(B) | 354.48º | 0.88% | 0.73% | - |
| XYZ | 20.91 | 11.19 | 2.89 | - |
| YUV | 73.45 | 108 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 38 | 0 | 0.88 | 0.80 | 0.27 | 354.48 | 0.78 | 0.41 |
| Hex | BA | 17 | 26 | 0 | 58 | 50 | 1B | 162 | 4E | 29 |
| Octal | 272 | 27 | 46 | 0 | 130 | 120 | 33 | 542 | 116 | 51 |
| Binary | 10111010 | 10111 | 100110 | 0 | 1011000 | 1010000 | 11011 | 101100010 | 1001110 | 101001 |
Color Harmonies of #BA1726
Complementary color
Monochromatic Colors of #BA1726
Black with #BA1726
Text Example
Text Example
White with #BA1726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1726; }
p { color: rgb(186,23,38); }
H1.HeaderClassName
{
color: #BA1726;
}
.AnyTagClassName
{
color: #BA1726;
}
</style>
background-color css
<style>
a { background-color: #BA1726; }
a { background-color: rgb(186,23,38); }
div.DivClassName
{
background-color: #BA1726;
}
.BgClassName
{
background-color: #BA1726;
}
</style>
border-color css
<style>
span { border-color: #BA1726; }
span { border-color: rgb(186,23,38); }
td.TdClassName
{
border-color: #BA1726;
}
.TagClassName
{
border-color: #BA1726;
}
</style>