Shades of Fire Brick #AA2001
Tints of Fire Brick #AA2001
RGB
CMYK
RGB Variations
Color information
#AA2001 (or 0xAA2001) is known color: Fire Brick. HEX triplet: AA, 20 and 01. RGB value is (170,32,1). Sum of RGB (Red+Green+Blue) = 170+32+1=203 (26% of max value = 765). Red value is 170 (66.80% from 255 or 83.74% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2001 is #55DFFE. Grayscale: #454545. Windows color (decimal): -5627903 or 73898. OLE color: 73898.
HSL color Cylindrical-coordinate representation of color #AA2001: hue angle of 11.01º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA2001 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 1 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.33 |
| HSL | 11.01º | 0.99% | 0.34% | - |
| HSV(B) | 11.01º | 0.99% | 0.67% | - |
| XYZ | 17.1 | 9.58 | 0.98 | - |
| YUV | 69.73 | 89.22 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 1 | 0 | 0.81 | 0.99 | 0.33 | 11.01 | 0.99 | 0.34 |
| Hex | AA | 20 | 1 | 0 | 51 | 63 | 21 | B | 63 | 22 |
| Octal | 252 | 40 | 1 | 0 | 121 | 143 | 41 | 13 | 143 | 42 |
| Binary | 10101010 | 100000 | 1 | 0 | 1010001 | 1100011 | 100001 | 1011 | 1100011 | 100010 |
Color Harmonies of #AA2001
Complementary color
Monochromatic Colors of #AA2001
Black with #AA2001
Text Example
Text Example
White with #AA2001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2001; }
p { color: rgb(170,32,1); }
H1.HeaderClassName
{
color: #AA2001;
}
.AnyTagClassName
{
color: #AA2001;
}
</style>
background-color css
<style>
a { background-color: #AA2001; }
a { background-color: rgb(170,32,1); }
div.DivClassName
{
background-color: #AA2001;
}
.BgClassName
{
background-color: #AA2001;
}
</style>
border-color css
<style>
span { border-color: #AA2001; }
span { border-color: rgb(170,32,1); }
td.TdClassName
{
border-color: #AA2001;
}
.TagClassName
{
border-color: #AA2001;
}
</style>