Shades of Fire Brick #A2120D
Tints of Fire Brick #A2120D
RGB
CMYK
RGB Variations
Color information
#A2120D (or 0xA2120D) is known color: Fire Brick. HEX triplet: A2, 12 and 0D. RGB value is (162,18,13). Sum of RGB (Red+Green+Blue) = 162+18+13=193 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.94% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 162 - color contains mainly: red. Hex color #A2120D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2120D is #5DEDF2. Grayscale: #3C3C3C. Windows color (decimal): -6155763 or 856738. OLE color: 856738.
HSL color Cylindrical-coordinate representation of color #A2120D: hue angle of 2.01º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2120D is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 18 | 13 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.36 |
| HSL | 2.01º | 0.85% | 0.34% | - |
| HSV(B) | 2.01º | 0.92% | 0.64% | - |
| XYZ | 15.19 | 8.14 | 1.15 | - |
| YUV | 60.49 | 101.21 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 13 | 0 | 0.89 | 0.92 | 0.36 | 2.01 | 0.85 | 0.34 |
| Hex | A2 | 12 | D | 0 | 59 | 5C | 24 | 2 | 55 | 22 |
| Octal | 242 | 22 | 15 | 0 | 131 | 134 | 44 | 2 | 125 | 42 |
| Binary | 10100010 | 10010 | 1101 | 0 | 1011001 | 1011100 | 100100 | 10 | 1010101 | 100010 |
Color Harmonies of #A2120D
Complementary color
Monochromatic Colors of #A2120D
Black with #A2120D
Text Example
Text Example
White with #A2120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2120D; }
p { color: rgb(162,18,13); }
H1.HeaderClassName
{
color: #A2120D;
}
.AnyTagClassName
{
color: #A2120D;
}
</style>
background-color css
<style>
a { background-color: #A2120D; }
a { background-color: rgb(162,18,13); }
div.DivClassName
{
background-color: #A2120D;
}
.BgClassName
{
background-color: #A2120D;
}
</style>
border-color css
<style>
span { border-color: #A2120D; }
span { border-color: rgb(162,18,13); }
td.TdClassName
{
border-color: #A2120D;
}
.TagClassName
{
border-color: #A2120D;
}
</style>