Shades of Fire Brick #AA2917
Tints of Fire Brick #AA2917
RGB
CMYK
RGB Variations
Color information
#AA2917 (or 0xAA2917) is known color: Fire Brick. HEX triplet: AA, 29 and 17. RGB value is (170,41,23). Sum of RGB (Red+Green+Blue) = 170+41+23=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2917 is #55D6E8. Grayscale: #4D4D4D. Windows color (decimal): -5625577 or 1517994. OLE color: 1517994.
HSL color Cylindrical-coordinate representation of color #AA2917: hue angle of 7.35º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA2917 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 23 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.33 |
| HSL | 7.35º | 0.76% | 0.38% | - |
| HSV(B) | 7.35º | 0.86% | 0.67% | - |
| XYZ | 17.53 | 10.19 | 1.85 | - |
| YUV | 77.52 | 97.24 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 23 | 0 | 0.76 | 0.86 | 0.33 | 7.35 | 0.76 | 0.38 |
| Hex | AA | 29 | 17 | 0 | 4C | 56 | 21 | 7 | 4C | 26 |
| Octal | 252 | 51 | 27 | 0 | 114 | 126 | 41 | 7 | 114 | 46 |
| Binary | 10101010 | 101001 | 10111 | 0 | 1001100 | 1010110 | 100001 | 111 | 1001100 | 100110 |
Color Harmonies of #AA2917
Complementary color
Monochromatic Colors of #AA2917
Black with #AA2917
Text Example
Text Example
White with #AA2917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2917; }
p { color: rgb(170,41,23); }
H1.HeaderClassName
{
color: #AA2917;
}
.AnyTagClassName
{
color: #AA2917;
}
</style>
background-color css
<style>
a { background-color: #AA2917; }
a { background-color: rgb(170,41,23); }
div.DivClassName
{
background-color: #AA2917;
}
.BgClassName
{
background-color: #AA2917;
}
</style>
border-color css
<style>
span { border-color: #AA2917; }
span { border-color: rgb(170,41,23); }
td.TdClassName
{
border-color: #AA2917;
}
.TagClassName
{
border-color: #AA2917;
}
</style>