Shades of Fire Brick #AA2816
Tints of Fire Brick #AA2816
RGB
CMYK
RGB Variations
Color information
#AA2816 (or 0xAA2816) is known color: Fire Brick. HEX triplet: AA, 28 and 16. RGB value is (170,40,22). Sum of RGB (Red+Green+Blue) = 170+40+22=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2816 is #55D7E9. Grayscale: #4D4D4D. Windows color (decimal): -5625834 or 1452202. OLE color: 1452202.
HSL color Cylindrical-coordinate representation of color #AA2816: hue angle of 7.3º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA2816 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 22 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.33 |
| HSL | 7.3º | 0.77% | 0.38% | - |
| HSV(B) | 7.3º | 0.87% | 0.67% | - |
| XYZ | 17.48 | 10.12 | 1.79 | - |
| YUV | 76.82 | 97.07 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 22 | 0 | 0.76 | 0.87 | 0.33 | 7.3 | 0.77 | 0.38 |
| Hex | AA | 28 | 16 | 0 | 4C | 57 | 21 | 7 | 4D | 26 |
| Octal | 252 | 50 | 26 | 0 | 114 | 127 | 41 | 7 | 115 | 46 |
| Binary | 10101010 | 101000 | 10110 | 0 | 1001100 | 1010111 | 100001 | 111 | 1001101 | 100110 |
Color Harmonies of #AA2816
Complementary color
Monochromatic Colors of #AA2816
Black with #AA2816
Text Example
Text Example
White with #AA2816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2816; }
p { color: rgb(170,40,22); }
H1.HeaderClassName
{
color: #AA2816;
}
.AnyTagClassName
{
color: #AA2816;
}
</style>
background-color css
<style>
a { background-color: #AA2816; }
a { background-color: rgb(170,40,22); }
div.DivClassName
{
background-color: #AA2816;
}
.BgClassName
{
background-color: #AA2816;
}
</style>
border-color css
<style>
span { border-color: #AA2816; }
span { border-color: rgb(170,40,22); }
td.TdClassName
{
border-color: #AA2816;
}
.TagClassName
{
border-color: #AA2816;
}
</style>