Shades of Fire Brick #BA1E14
Tints of Fire Brick #BA1E14
RGB
CMYK
RGB Variations
Color information
#BA1E14 (or 0xBA1E14) is known color: Fire Brick. HEX triplet: BA, 1E and 14. RGB value is (186,30,20). Sum of RGB (Red+Green+Blue) = 186+30+20=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1E14 is #45E1EB. Grayscale: #4B4B4B. Windows color (decimal): -4579820 or 1318586. OLE color: 1318586.
HSL color Cylindrical-coordinate representation of color #BA1E14: hue angle of 3.61º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1E14 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 30 | 20 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.27 |
| HSL | 3.61º | 0.81% | 0.4% | - |
| HSV(B) | 3.61º | 0.89% | 0.73% | - |
| XYZ | 20.84 | 11.42 | 1.77 | - |
| YUV | 75.5 | 96.68 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 20 | 0 | 0.84 | 0.89 | 0.27 | 3.61 | 0.81 | 0.4 |
| Hex | BA | 1E | 14 | 0 | 54 | 59 | 1B | 4 | 51 | 28 |
| Octal | 272 | 36 | 24 | 0 | 124 | 131 | 33 | 4 | 121 | 50 |
| Binary | 10111010 | 11110 | 10100 | 0 | 1010100 | 1011001 | 11011 | 100 | 1010001 | 101000 |
Color Harmonies of #BA1E14
Complementary color
Monochromatic Colors of #BA1E14
Black with #BA1E14
Text Example
Text Example
White with #BA1E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1E14; }
p { color: rgb(186,30,20); }
H1.HeaderClassName
{
color: #BA1E14;
}
.AnyTagClassName
{
color: #BA1E14;
}
</style>
background-color css
<style>
a { background-color: #BA1E14; }
a { background-color: rgb(186,30,20); }
div.DivClassName
{
background-color: #BA1E14;
}
.BgClassName
{
background-color: #BA1E14;
}
</style>
border-color css
<style>
span { border-color: #BA1E14; }
span { border-color: rgb(186,30,20); }
td.TdClassName
{
border-color: #BA1E14;
}
.TagClassName
{
border-color: #BA1E14;
}
</style>