Shades of Rust #AA2B01
Tints of Rust #AA2B01
RGB
CMYK
RGB Variations
Color information
#AA2B01 (or 0xAA2B01) is known color: Rust. HEX triplet: AA, 2B and 01. RGB value is (170,43,1). Sum of RGB (Red+Green+Blue) = 170+43+1=214 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.44% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2B01 is #55D4FE. Grayscale: #4C4C4C. Windows color (decimal): -5625087 or 76714. OLE color: 76714.
HSL color Cylindrical-coordinate representation of color #AA2B01: hue angle of 14.91º 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 #AA2B01 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 43 | 1 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.33 |
| HSL | 14.91º | 0.99% | 0.34% | - |
| HSV(B) | 14.91º | 0.99% | 0.67% | - |
| XYZ | 17.45 | 10.28 | 1.09 | - |
| YUV | 76.19 | 85.58 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 1 | 0 | 0.75 | 0.99 | 0.33 | 14.91 | 0.99 | 0.34 |
| Hex | AA | 2B | 1 | 0 | 4B | 63 | 21 | F | 63 | 22 |
| Octal | 252 | 53 | 1 | 0 | 113 | 143 | 41 | 17 | 143 | 42 |
| Binary | 10101010 | 101011 | 1 | 0 | 1001011 | 1100011 | 100001 | 1111 | 1100011 | 100010 |
Color Harmonies of #AA2B01
Complementary color
Monochromatic Colors of #AA2B01
Black with #AA2B01
Text Example
Text Example
White with #AA2B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2B01; }
p { color: rgb(170,43,1); }
H1.HeaderClassName
{
color: #AA2B01;
}
.AnyTagClassName
{
color: #AA2B01;
}
</style>
background-color css
<style>
a { background-color: #AA2B01; }
a { background-color: rgb(170,43,1); }
div.DivClassName
{
background-color: #AA2B01;
}
.BgClassName
{
background-color: #AA2B01;
}
</style>
border-color css
<style>
span { border-color: #AA2B01; }
span { border-color: rgb(170,43,1); }
td.TdClassName
{
border-color: #AA2B01;
}
.TagClassName
{
border-color: #AA2B01;
}
</style>