Shades of Fire Brick #AA120B
Tints of Fire Brick #AA120B
RGB
CMYK
RGB Variations
Color information
#AA120B (or 0xAA120B) is known color: Fire Brick. HEX triplet: AA, 12 and 0B. RGB value is (170,18,11). Sum of RGB (Red+Green+Blue) = 170+18+11=199 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85.43% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 170 - color contains mainly: red. Hex color #AA120B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA120B is #55EDF4. Grayscale: #3E3E3E. Windows color (decimal): -5631477 or 725674. OLE color: 725674.
HSL color Cylindrical-coordinate representation of color #AA120B: hue angle of 2.64º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA120B is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 18 | 11 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.33 |
| HSL | 2.64º | 0.88% | 0.35% | - |
| HSV(B) | 2.64º | 0.94% | 0.67% | - |
| XYZ | 16.85 | 9 | 1.17 | - |
| YUV | 62.65 | 98.86 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 11 | 0 | 0.89 | 0.94 | 0.33 | 2.64 | 0.88 | 0.35 |
| Hex | AA | 12 | B | 0 | 59 | 5E | 21 | 3 | 58 | 23 |
| Octal | 252 | 22 | 13 | 0 | 131 | 136 | 41 | 3 | 130 | 43 |
| Binary | 10101010 | 10010 | 1011 | 0 | 1011001 | 1011110 | 100001 | 11 | 1011000 | 100011 |
Color Harmonies of #AA120B
Complementary color
Monochromatic Colors of #AA120B
Black with #AA120B
Text Example
Text Example
White with #AA120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA120B; }
p { color: rgb(170,18,11); }
H1.HeaderClassName
{
color: #AA120B;
}
.AnyTagClassName
{
color: #AA120B;
}
</style>
background-color css
<style>
a { background-color: #AA120B; }
a { background-color: rgb(170,18,11); }
div.DivClassName
{
background-color: #AA120B;
}
.BgClassName
{
background-color: #AA120B;
}
</style>
border-color css
<style>
span { border-color: #AA120B; }
span { border-color: rgb(170,18,11); }
td.TdClassName
{
border-color: #AA120B;
}
.TagClassName
{
border-color: #AA120B;
}
</style>