Shades of Fire Brick #BA1412
Tints of Fire Brick #BA1412
RGB
CMYK
RGB Variations
Color information
#BA1412 (or 0xBA1412) is known color: Fire Brick. HEX triplet: BA, 14 and 12. RGB value is (186,20,18). Sum of RGB (Red+Green+Blue) = 186+20+18=224 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.04% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1412 is #45EBED. Grayscale: #454545. Windows color (decimal): -4582382 or 1184954. OLE color: 1184954.
HSL color Cylindrical-coordinate representation of color #BA1412: hue angle of 0.71º degrees, saturation: 0.82, 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 #BA1412 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 18 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.27 |
| HSL | 0.71º | 0.82% | 0.4% | - |
| HSV(B) | 0.71º | 0.9% | 0.73% | - |
| XYZ | 20.61 | 10.98 | 1.61 | - |
| YUV | 69.41 | 99 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 18 | 0 | 0.89 | 0.90 | 0.27 | 0.71 | 0.82 | 0.4 |
| Hex | BA | 14 | 12 | 0 | 59 | 5A | 1B | 1 | 52 | 28 |
| Octal | 272 | 24 | 22 | 0 | 131 | 132 | 33 | 1 | 122 | 50 |
| Binary | 10111010 | 10100 | 10010 | 0 | 1011001 | 1011010 | 11011 | 1 | 1010010 | 101000 |
Color Harmonies of #BA1412
Complementary color
Monochromatic Colors of #BA1412
Black with #BA1412
Text Example
Text Example
White with #BA1412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1412; }
p { color: rgb(186,20,18); }
H1.HeaderClassName
{
color: #BA1412;
}
.AnyTagClassName
{
color: #BA1412;
}
</style>
background-color css
<style>
a { background-color: #BA1412; }
a { background-color: rgb(186,20,18); }
div.DivClassName
{
background-color: #BA1412;
}
.BgClassName
{
background-color: #BA1412;
}
</style>
border-color css
<style>
span { border-color: #BA1412; }
span { border-color: rgb(186,20,18); }
td.TdClassName
{
border-color: #BA1412;
}
.TagClassName
{
border-color: #BA1412;
}
</style>