Shades of Fire Brick #A2120C
Tints of Fire Brick #A2120C
RGB
CMYK
RGB Variations
Color information
#A2120C (or 0xA2120C) is known color: Fire Brick. HEX triplet: A2, 12 and 0C. RGB value is (162,18,12). Sum of RGB (Red+Green+Blue) = 162+18+12=192 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.38% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 162 - color contains mainly: red. Hex color #A2120C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2120C is #5DEDF3. Grayscale: #3C3C3C. Windows color (decimal): -6155764 or 791202. OLE color: 791202.
HSL color Cylindrical-coordinate representation of color #A2120C: hue angle of 2.4º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2120C is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 18 | 12 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.36 |
| HSL | 2.4º | 0.86% | 0.34% | - |
| HSV(B) | 2.4º | 0.93% | 0.64% | - |
| XYZ | 15.18 | 8.14 | 1.12 | - |
| YUV | 60.37 | 100.71 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 12 | 0 | 0.89 | 0.93 | 0.36 | 2.4 | 0.86 | 0.34 |
| Hex | A2 | 12 | C | 0 | 59 | 5D | 24 | 2 | 56 | 22 |
| Octal | 242 | 22 | 14 | 0 | 131 | 135 | 44 | 2 | 126 | 42 |
| Binary | 10100010 | 10010 | 1100 | 0 | 1011001 | 1011101 | 100100 | 10 | 1010110 | 100010 |
Color Harmonies of #A2120C
Complementary color
Monochromatic Colors of #A2120C
Black with #A2120C
Text Example
Text Example
White with #A2120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2120C; }
p { color: rgb(162,18,12); }
H1.HeaderClassName
{
color: #A2120C;
}
.AnyTagClassName
{
color: #A2120C;
}
</style>
background-color css
<style>
a { background-color: #A2120C; }
a { background-color: rgb(162,18,12); }
div.DivClassName
{
background-color: #A2120C;
}
.BgClassName
{
background-color: #A2120C;
}
</style>
border-color css
<style>
span { border-color: #A2120C; }
span { border-color: rgb(162,18,12); }
td.TdClassName
{
border-color: #A2120C;
}
.TagClassName
{
border-color: #A2120C;
}
</style>