Shades of Fire Brick #BA2114
Tints of Fire Brick #BA2114
RGB
CMYK
RGB Variations
Color information
#BA2114 (or 0xBA2114) is known color: Fire Brick. HEX triplet: BA, 21 and 14. RGB value is (186,33,20). Sum of RGB (Red+Green+Blue) = 186+33+20=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2114 is #45DEEB. Grayscale: #4D4D4D. Windows color (decimal): -4579052 or 1319354. OLE color: 1319354.
HSL color Cylindrical-coordinate representation of color #BA2114: hue angle of 4.7º 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 #BA2114 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 20 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.27 |
| HSL | 4.7º | 0.81% | 0.4% | - |
| HSV(B) | 4.7º | 0.89% | 0.73% | - |
| XYZ | 20.92 | 11.58 | 1.79 | - |
| YUV | 77.27 | 95.69 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 20 | 0 | 0.82 | 0.89 | 0.27 | 4.7 | 0.81 | 0.4 |
| Hex | BA | 21 | 14 | 0 | 52 | 59 | 1B | 5 | 51 | 28 |
| Octal | 272 | 41 | 24 | 0 | 122 | 131 | 33 | 5 | 121 | 50 |
| Binary | 10111010 | 100001 | 10100 | 0 | 1010010 | 1011001 | 11011 | 101 | 1010001 | 101000 |
Color Harmonies of #BA2114
Complementary color
Monochromatic Colors of #BA2114
Black with #BA2114
Text Example
Text Example
White with #BA2114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2114; }
p { color: rgb(186,33,20); }
H1.HeaderClassName
{
color: #BA2114;
}
.AnyTagClassName
{
color: #BA2114;
}
</style>
background-color css
<style>
a { background-color: #BA2114; }
a { background-color: rgb(186,33,20); }
div.DivClassName
{
background-color: #BA2114;
}
.BgClassName
{
background-color: #BA2114;
}
</style>
border-color css
<style>
span { border-color: #BA2114; }
span { border-color: rgb(186,33,20); }
td.TdClassName
{
border-color: #BA2114;
}
.TagClassName
{
border-color: #BA2114;
}
</style>