Shades of Fire Brick #AA2020
Tints of Fire Brick #AA2020
RGB
CMYK
RGB Variations
Color information
#AA2020 (or 0xAA2020) is known color: Fire Brick. HEX triplet: AA, 20 and 20. RGB value is (170,32,32). Sum of RGB (Red+Green+Blue) = 170+32+32=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2020 is #55DFDF. Grayscale: #494949. Windows color (decimal): -5627872 or 2105514. OLE color: 2105514.
HSL color Cylindrical-coordinate representation of color #AA2020: hue angle of 0º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2020 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 32 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.33 |
| HSL | 0º | 0.68% | 0.4% | - |
| HSV(B) | 0º | 0.81% | 0.67% | - |
| XYZ | 17.35 | 9.68 | 2.32 | - |
| YUV | 73.26 | 104.72 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 32 | 0 | 0.81 | 0.81 | 0.33 | 0 | 0.68 | 0.4 |
| Hex | AA | 20 | 20 | 0 | 51 | 51 | 21 | 0 | 44 | 28 |
| Octal | 252 | 40 | 40 | 0 | 121 | 121 | 41 | 0 | 104 | 50 |
| Binary | 10101010 | 100000 | 100000 | 0 | 1010001 | 1010001 | 100001 | 0 | 1000100 | 101000 |
Color Harmonies of #AA2020
Complementary color
Monochromatic Colors of #AA2020
Black with #AA2020
Text Example
Text Example
White with #AA2020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2020; }
p { color: rgb(170,32,32); }
H1.HeaderClassName
{
color: #AA2020;
}
.AnyTagClassName
{
color: #AA2020;
}
</style>
background-color css
<style>
a { background-color: #AA2020; }
a { background-color: rgb(170,32,32); }
div.DivClassName
{
background-color: #AA2020;
}
.BgClassName
{
background-color: #AA2020;
}
</style>
border-color css
<style>
span { border-color: #AA2020; }
span { border-color: rgb(170,32,32); }
td.TdClassName
{
border-color: #AA2020;
}
.TagClassName
{
border-color: #AA2020;
}
</style>