Shades of Fire Brick #BA2116
Tints of Fire Brick #BA2116
RGB
CMYK
RGB Variations
Color information
#BA2116 (or 0xBA2116) is known color: Fire Brick. HEX triplet: BA, 21 and 16. RGB value is (186,33,22). Sum of RGB (Red+Green+Blue) = 186+33+22=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2116 is #45DEE9. Grayscale: #4D4D4D. Windows color (decimal): -4579050 or 1450426. OLE color: 1450426.
HSL color Cylindrical-coordinate representation of color #BA2116: hue angle of 4.02º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA2116 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 22 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.27 |
| HSL | 4.02º | 0.79% | 0.41% | - |
| HSV(B) | 4.02º | 0.88% | 0.73% | - |
| XYZ | 20.94 | 11.58 | 1.89 | - |
| YUV | 77.49 | 96.69 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 22 | 0 | 0.82 | 0.88 | 0.27 | 4.02 | 0.79 | 0.41 |
| Hex | BA | 21 | 16 | 0 | 52 | 58 | 1B | 4 | 4F | 29 |
| Octal | 272 | 41 | 26 | 0 | 122 | 130 | 33 | 4 | 117 | 51 |
| Binary | 10111010 | 100001 | 10110 | 0 | 1010010 | 1011000 | 11011 | 100 | 1001111 | 101001 |
Color Harmonies of #BA2116
Complementary color
Monochromatic Colors of #BA2116
Black with #BA2116
Text Example
Text Example
White with #BA2116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2116; }
p { color: rgb(186,33,22); }
H1.HeaderClassName
{
color: #BA2116;
}
.AnyTagClassName
{
color: #BA2116;
}
</style>
background-color css
<style>
a { background-color: #BA2116; }
a { background-color: rgb(186,33,22); }
div.DivClassName
{
background-color: #BA2116;
}
.BgClassName
{
background-color: #BA2116;
}
</style>
border-color css
<style>
span { border-color: #BA2116; }
span { border-color: rgb(186,33,22); }
td.TdClassName
{
border-color: #BA2116;
}
.TagClassName
{
border-color: #BA2116;
}
</style>