Shades of Fire Brick #BA2121
Tints of Fire Brick #BA2121
RGB
CMYK
RGB Variations
Color information
#BA2121 (or 0xBA2121) is known color: Fire Brick. HEX triplet: BA, 21 and 21. RGB value is (186,33,33). Sum of RGB (Red+Green+Blue) = 186+33+33=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2121 is #45DEDE. Grayscale: #4E4E4E. Windows color (decimal): -4579039 or 2171322. OLE color: 2171322.
HSL color Cylindrical-coordinate representation of color #BA2121: hue angle of 0º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2121 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 33 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.27 |
| HSL | 0º | 0.7% | 0.43% | - |
| HSV(B) | 0º | 0.82% | 0.73% | - |
| XYZ | 21.07 | 11.64 | 2.57 | - |
| YUV | 78.75 | 102.19 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 33 | 0 | 0.82 | 0.82 | 0.27 | 0 | 0.7 | 0.43 |
| Hex | BA | 21 | 21 | 0 | 52 | 52 | 1B | 0 | 46 | 2B |
| Octal | 272 | 41 | 41 | 0 | 122 | 122 | 33 | 0 | 106 | 53 |
| Binary | 10111010 | 100001 | 100001 | 0 | 1010010 | 1010010 | 11011 | 0 | 1000110 | 101011 |
Color Harmonies of #BA2121
Complementary color
Monochromatic Colors of #BA2121
Black with #BA2121
Text Example
Text Example
White with #BA2121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2121; }
p { color: rgb(186,33,33); }
H1.HeaderClassName
{
color: #BA2121;
}
.AnyTagClassName
{
color: #BA2121;
}
</style>
background-color css
<style>
a { background-color: #BA2121; }
a { background-color: rgb(186,33,33); }
div.DivClassName
{
background-color: #BA2121;
}
.BgClassName
{
background-color: #BA2121;
}
</style>
border-color css
<style>
span { border-color: #BA2121; }
span { border-color: rgb(186,33,33); }
td.TdClassName
{
border-color: #BA2121;
}
.TagClassName
{
border-color: #BA2121;
}
</style>