Shades of Fire Brick #BA2312
Tints of Fire Brick #BA2312
RGB
CMYK
RGB Variations
Color information
#BA2312 (or 0xBA2312) is known color: Fire Brick. HEX triplet: BA, 23 and 12. RGB value is (186,35,18). Sum of RGB (Red+Green+Blue) = 186+35+18=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2312 is #45DCED. Grayscale: #4E4E4E. Windows color (decimal): -4578542 or 1188794. OLE color: 1188794.
HSL color Cylindrical-coordinate representation of color #BA2312: hue angle of 6.07º 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 #BA2312 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 18 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.27 |
| HSL | 6.07º | 0.82% | 0.4% | - |
| HSV(B) | 6.07º | 0.9% | 0.73% | - |
| XYZ | 20.96 | 11.68 | 1.72 | - |
| YUV | 78.21 | 94.03 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 18 | 0 | 0.81 | 0.90 | 0.27 | 6.07 | 0.82 | 0.4 |
| Hex | BA | 23 | 12 | 0 | 51 | 5A | 1B | 6 | 52 | 28 |
| Octal | 272 | 43 | 22 | 0 | 121 | 132 | 33 | 6 | 122 | 50 |
| Binary | 10111010 | 100011 | 10010 | 0 | 1010001 | 1011010 | 11011 | 110 | 1010010 | 101000 |
Color Harmonies of #BA2312
Complementary color
Monochromatic Colors of #BA2312
Black with #BA2312
Text Example
Text Example
White with #BA2312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2312; }
p { color: rgb(186,35,18); }
H1.HeaderClassName
{
color: #BA2312;
}
.AnyTagClassName
{
color: #BA2312;
}
</style>
background-color css
<style>
a { background-color: #BA2312; }
a { background-color: rgb(186,35,18); }
div.DivClassName
{
background-color: #BA2312;
}
.BgClassName
{
background-color: #BA2312;
}
</style>
border-color css
<style>
span { border-color: #BA2312; }
span { border-color: rgb(186,35,18); }
td.TdClassName
{
border-color: #BA2312;
}
.TagClassName
{
border-color: #BA2312;
}
</style>