Shades of Fire Engine Red #BA1A1F
Tints of Fire Engine Red #BA1A1F
RGB
CMYK
RGB Variations
Color information
#BA1A1F (or 0xBA1A1F) is known color: Fire Engine Red. HEX triplet: BA, 1A and 1F. RGB value is (186,26,31). Sum of RGB (Red+Green+Blue) = 186+26+31=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1A1F is #45E5E0. Grayscale: #4A4A4A. Windows color (decimal): -4580833 or 2038458. OLE color: 2038458.
HSL color Cylindrical-coordinate representation of color #BA1A1F: hue angle of 358.12º 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 #BA1A1F is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 26 | 31 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.27 |
| HSL | 358.13º | 0.75% | 0.42% | - |
| HSV(B) | 358.13º | 0.86% | 0.73% | - |
| XYZ | 20.87 | 11.28 | 2.37 | - |
| YUV | 74.41 | 103.51 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 31 | 0 | 0.86 | 0.83 | 0.27 | 358.13 | 0.75 | 0.42 |
| Hex | BA | 1A | 1F | 0 | 56 | 53 | 1B | 166 | 4B | 2A |
| Octal | 272 | 32 | 37 | 0 | 126 | 123 | 33 | 546 | 113 | 52 |
| Binary | 10111010 | 11010 | 11111 | 0 | 1010110 | 1010011 | 11011 | 101100110 | 1001011 | 101010 |
Color Harmonies of #BA1A1F
Complementary color
Monochromatic Colors of #BA1A1F
Black with #BA1A1F
Text Example
Text Example
White with #BA1A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1A1F; }
p { color: rgb(186,26,31); }
H1.HeaderClassName
{
color: #BA1A1F;
}
.AnyTagClassName
{
color: #BA1A1F;
}
</style>
background-color css
<style>
a { background-color: #BA1A1F; }
a { background-color: rgb(186,26,31); }
div.DivClassName
{
background-color: #BA1A1F;
}
.BgClassName
{
background-color: #BA1A1F;
}
</style>
border-color css
<style>
span { border-color: #BA1A1F; }
span { border-color: rgb(186,26,31); }
td.TdClassName
{
border-color: #BA1A1F;
}
.TagClassName
{
border-color: #BA1A1F;
}
</style>