Shades of Fire Brick #AA2115
Tints of Fire Brick #AA2115
RGB
CMYK
RGB Variations
Color information
#AA2115 (or 0xAA2115) is known color: Fire Brick. HEX triplet: AA, 21 and 15. RGB value is (170,33,21). Sum of RGB (Red+Green+Blue) = 170+33+21=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2115 is #55DEEA. Grayscale: #484848. Windows color (decimal): -5627627 or 1384874. OLE color: 1384874.
HSL color Cylindrical-coordinate representation of color #AA2115: hue angle of 4.83º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA2115 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 21 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.33 |
| HSL | 4.83º | 0.78% | 0.37% | - |
| HSV(B) | 4.83º | 0.88% | 0.67% | - |
| XYZ | 17.26 | 9.69 | 1.67 | - |
| YUV | 72.6 | 98.89 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 21 | 0 | 0.81 | 0.88 | 0.33 | 4.83 | 0.78 | 0.37 |
| Hex | AA | 21 | 15 | 0 | 51 | 58 | 21 | 5 | 4E | 25 |
| Octal | 252 | 41 | 25 | 0 | 121 | 130 | 41 | 5 | 116 | 45 |
| Binary | 10101010 | 100001 | 10101 | 0 | 1010001 | 1011000 | 100001 | 101 | 1001110 | 100101 |
Color Harmonies of #AA2115
Complementary color
Monochromatic Colors of #AA2115
Black with #AA2115
Text Example
Text Example
White with #AA2115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2115; }
p { color: rgb(170,33,21); }
H1.HeaderClassName
{
color: #AA2115;
}
.AnyTagClassName
{
color: #AA2115;
}
</style>
background-color css
<style>
a { background-color: #AA2115; }
a { background-color: rgb(170,33,21); }
div.DivClassName
{
background-color: #AA2115;
}
.BgClassName
{
background-color: #AA2115;
}
</style>
border-color css
<style>
span { border-color: #AA2115; }
span { border-color: rgb(170,33,21); }
td.TdClassName
{
border-color: #AA2115;
}
.TagClassName
{
border-color: #AA2115;
}
</style>