Shades of Fire Brick #BA1312
Tints of Fire Brick #BA1312
RGB
CMYK
RGB Variations
Color information
#BA1312 (or 0xBA1312) is known color: Fire Brick. HEX triplet: BA, 13 and 12. RGB value is (186,19,18). Sum of RGB (Red+Green+Blue) = 186+19+18=223 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.41% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1312 is #45ECED. Grayscale: #444444. Windows color (decimal): -4582638 or 1184698. OLE color: 1184698.
HSL color Cylindrical-coordinate representation of color #BA1312: hue angle of 0.36º 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 #BA1312 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 18 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.27 |
| HSL | 0.36º | 0.82% | 0.4% | - |
| HSV(B) | 0.36º | 0.9% | 0.73% | - |
| XYZ | 20.59 | 10.95 | 1.6 | - |
| YUV | 68.82 | 99.33 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 18 | 0 | 0.90 | 0.90 | 0.27 | 0.36 | 0.82 | 0.4 |
| Hex | BA | 13 | 12 | 0 | 5A | 5A | 1B | 0 | 52 | 28 |
| Octal | 272 | 23 | 22 | 0 | 132 | 132 | 33 | 0 | 122 | 50 |
| Binary | 10111010 | 10011 | 10010 | 0 | 1011010 | 1011010 | 11011 | 0 | 1010010 | 101000 |
Color Harmonies of #BA1312
Complementary color
Monochromatic Colors of #BA1312
Black with #BA1312
Text Example
Text Example
White with #BA1312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1312; }
p { color: rgb(186,19,18); }
H1.HeaderClassName
{
color: #BA1312;
}
.AnyTagClassName
{
color: #BA1312;
}
</style>
background-color css
<style>
a { background-color: #BA1312; }
a { background-color: rgb(186,19,18); }
div.DivClassName
{
background-color: #BA1312;
}
.BgClassName
{
background-color: #BA1312;
}
</style>
border-color css
<style>
span { border-color: #BA1312; }
span { border-color: rgb(186,19,18); }
td.TdClassName
{
border-color: #BA1312;
}
.TagClassName
{
border-color: #BA1312;
}
</style>