Shades of Fire Brick #AA2516
Tints of Fire Brick #AA2516
RGB
CMYK
RGB Variations
Color information
#AA2516 (or 0xAA2516) is known color: Fire Brick. HEX triplet: AA, 25 and 16. RGB value is (170,37,22). Sum of RGB (Red+Green+Blue) = 170+37+22=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2516 is #55DAE9. Grayscale: #4B4B4B. Windows color (decimal): -5626602 or 1451434. OLE color: 1451434.
HSL color Cylindrical-coordinate representation of color #AA2516: hue angle of 6.08º 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 #AA2516 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 22 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.33 |
| HSL | 6.08º | 0.77% | 0.38% | - |
| HSV(B) | 6.08º | 0.87% | 0.67% | - |
| XYZ | 17.38 | 9.93 | 1.76 | - |
| YUV | 75.06 | 98.06 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 22 | 0 | 0.78 | 0.87 | 0.33 | 6.08 | 0.77 | 0.38 |
| Hex | AA | 25 | 16 | 0 | 4E | 57 | 21 | 6 | 4D | 26 |
| Octal | 252 | 45 | 26 | 0 | 116 | 127 | 41 | 6 | 115 | 46 |
| Binary | 10101010 | 100101 | 10110 | 0 | 1001110 | 1010111 | 100001 | 110 | 1001101 | 100110 |
Color Harmonies of #AA2516
Complementary color
Monochromatic Colors of #AA2516
Black with #AA2516
Text Example
Text Example
White with #AA2516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2516; }
p { color: rgb(170,37,22); }
H1.HeaderClassName
{
color: #AA2516;
}
.AnyTagClassName
{
color: #AA2516;
}
</style>
background-color css
<style>
a { background-color: #AA2516; }
a { background-color: rgb(170,37,22); }
div.DivClassName
{
background-color: #AA2516;
}
.BgClassName
{
background-color: #AA2516;
}
</style>
border-color css
<style>
span { border-color: #AA2516; }
span { border-color: rgb(170,37,22); }
td.TdClassName
{
border-color: #AA2516;
}
.TagClassName
{
border-color: #AA2516;
}
</style>