Shades of Fire Brick #AA2017
Tints of Fire Brick #AA2017
RGB
CMYK
RGB Variations
Color information
#AA2017 (or 0xAA2017) is known color: Fire Brick. HEX triplet: AA, 20 and 17. RGB value is (170,32,23). Sum of RGB (Red+Green+Blue) = 170+32+23=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 23 (9.38% from 255 or 10.22% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2017 is #55DFE8. Grayscale: #484848. Windows color (decimal): -5627881 or 1515690. OLE color: 1515690.
HSL color Cylindrical-coordinate representation of color #AA2017: hue angle of 3.67º 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 #AA2017 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 23 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.33 |
| HSL | 3.67º | 0.76% | 0.38% | - |
| HSV(B) | 3.67º | 0.86% | 0.67% | - |
| XYZ | 17.25 | 9.64 | 1.76 | - |
| YUV | 72.24 | 100.22 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 23 | 0 | 0.81 | 0.86 | 0.33 | 3.67 | 0.76 | 0.38 |
| Hex | AA | 20 | 17 | 0 | 51 | 56 | 21 | 4 | 4C | 26 |
| Octal | 252 | 40 | 27 | 0 | 121 | 126 | 41 | 4 | 114 | 46 |
| Binary | 10101010 | 100000 | 10111 | 0 | 1010001 | 1010110 | 100001 | 100 | 1001100 | 100110 |
Color Harmonies of #AA2017
Complementary color
Monochromatic Colors of #AA2017
Black with #AA2017
Text Example
Text Example
White with #AA2017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2017; }
p { color: rgb(170,32,23); }
H1.HeaderClassName
{
color: #AA2017;
}
.AnyTagClassName
{
color: #AA2017;
}
</style>
background-color css
<style>
a { background-color: #AA2017; }
a { background-color: rgb(170,32,23); }
div.DivClassName
{
background-color: #AA2017;
}
.BgClassName
{
background-color: #AA2017;
}
</style>
border-color css
<style>
span { border-color: #AA2017; }
span { border-color: rgb(170,32,23); }
td.TdClassName
{
border-color: #AA2017;
}
.TagClassName
{
border-color: #AA2017;
}
</style>