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