Shades of Fire Brick #AA2117
Tints of Fire Brick #AA2117
RGB
CMYK
RGB Variations
Color information
#AA2117 (or 0xAA2117) is known color: Fire Brick. HEX triplet: AA, 21 and 17. RGB value is (170,33,23). Sum of RGB (Red+Green+Blue) = 170+33+23=226 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.22% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 23 (9.38% from 255 or 10.18% from 226); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2117 is #55DEE8. Grayscale: #494949. Windows color (decimal): -5627625 or 1515946. OLE color: 1515946.
HSL color Cylindrical-coordinate representation of color #AA2117: hue angle of 4.08º 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 #AA2117 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 23 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.33 |
| HSL | 4.08º | 0.76% | 0.38% | - |
| HSV(B) | 4.08º | 0.86% | 0.67% | - |
| XYZ | 17.28 | 9.7 | 1.77 | - |
| YUV | 72.82 | 99.89 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 23 | 0 | 0.81 | 0.86 | 0.33 | 4.08 | 0.76 | 0.38 |
| Hex | AA | 21 | 17 | 0 | 51 | 56 | 21 | 4 | 4C | 26 |
| Octal | 252 | 41 | 27 | 0 | 121 | 126 | 41 | 4 | 114 | 46 |
| Binary | 10101010 | 100001 | 10111 | 0 | 1010001 | 1010110 | 100001 | 100 | 1001100 | 100110 |
Color Harmonies of #AA2117
Complementary color
Monochromatic Colors of #AA2117
Black with #AA2117
Text Example
Text Example
White with #AA2117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2117; }
p { color: rgb(170,33,23); }
H1.HeaderClassName
{
color: #AA2117;
}
.AnyTagClassName
{
color: #AA2117;
}
</style>
background-color css
<style>
a { background-color: #AA2117; }
a { background-color: rgb(170,33,23); }
div.DivClassName
{
background-color: #AA2117;
}
.BgClassName
{
background-color: #AA2117;
}
</style>
border-color css
<style>
span { border-color: #AA2117; }
span { border-color: rgb(170,33,23); }
td.TdClassName
{
border-color: #AA2117;
}
.TagClassName
{
border-color: #AA2117;
}
</style>