Shades of Rust #AA2D01
Tints of Rust #AA2D01
RGB
CMYK
RGB Variations
Color information
#AA2D01 (or 0xAA2D01) is known color: Rust. HEX triplet: AA, 2D and 01. RGB value is (170,45,1). Sum of RGB (Red+Green+Blue) = 170+45+1=216 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.70% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2D01 is #55D2FE. Grayscale: #4D4D4D. Windows color (decimal): -5624575 or 77226. OLE color: 77226.
HSL color Cylindrical-coordinate representation of color #AA2D01: hue angle of 15.62º 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 #AA2D01 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 45 | 1 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.33 |
| HSL | 15.62º | 0.99% | 0.34% | - |
| HSV(B) | 15.62º | 0.99% | 0.67% | - |
| XYZ | 17.52 | 10.43 | 1.12 | - |
| YUV | 77.36 | 84.91 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 45 | 1 | 0 | 0.74 | 0.99 | 0.33 | 15.62 | 0.99 | 0.34 |
| Hex | AA | 2D | 1 | 0 | 4A | 63 | 21 | 10 | 63 | 22 |
| Octal | 252 | 55 | 1 | 0 | 112 | 143 | 41 | 20 | 143 | 42 |
| Binary | 10101010 | 101101 | 1 | 0 | 1001010 | 1100011 | 100001 | 10000 | 1100011 | 100010 |
Color Harmonies of #AA2D01
Complementary color
Monochromatic Colors of #AA2D01
Black with #AA2D01
Text Example
Text Example
White with #AA2D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2D01; }
p { color: rgb(170,45,1); }
H1.HeaderClassName
{
color: #AA2D01;
}
.AnyTagClassName
{
color: #AA2D01;
}
</style>
background-color css
<style>
a { background-color: #AA2D01; }
a { background-color: rgb(170,45,1); }
div.DivClassName
{
background-color: #AA2D01;
}
.BgClassName
{
background-color: #AA2D01;
}
</style>
border-color css
<style>
span { border-color: #AA2D01; }
span { border-color: rgb(170,45,1); }
td.TdClassName
{
border-color: #AA2D01;
}
.TagClassName
{
border-color: #AA2D01;
}
</style>