Shades of Rust #AA5003
Tints of Rust #AA5003
RGB
CMYK
RGB Variations
Color information
#AA5003 (or 0xAA5003) is known color: Rust. HEX triplet: AA, 50 and 03. RGB value is (170,80,3). Sum of RGB (Red+Green+Blue) = 170+80+3=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5003 is #55AFFC. Grayscale: #626262. Windows color (decimal): -5615613 or 217258. OLE color: 217258.
HSL color Cylindrical-coordinate representation of color #AA5003: hue angle of 27.66º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA5003 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 3 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.33 |
| HSL | 27.66º | 0.97% | 0.34% | - |
| HSV(B) | 27.66º | 0.98% | 0.67% | - |
| XYZ | 19.46 | 14.29 | 1.82 | - |
| YUV | 98.13 | 74.32 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 3 | 0 | 0.53 | 0.98 | 0.33 | 27.66 | 0.97 | 0.34 |
| Hex | AA | 50 | 3 | 0 | 35 | 62 | 21 | 1C | 61 | 22 |
| Octal | 252 | 120 | 3 | 0 | 65 | 142 | 41 | 34 | 141 | 42 |
| Binary | 10101010 | 1010000 | 11 | 0 | 110101 | 1100010 | 100001 | 11100 | 1100001 | 100010 |
Color Harmonies of #AA5003
Complementary color
Monochromatic Colors of #AA5003
Black with #AA5003
Text Example
Text Example
White with #AA5003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5003; }
p { color: rgb(170,80,3); }
H1.HeaderClassName
{
color: #AA5003;
}
.AnyTagClassName
{
color: #AA5003;
}
</style>
background-color css
<style>
a { background-color: #AA5003; }
a { background-color: rgb(170,80,3); }
div.DivClassName
{
background-color: #AA5003;
}
.BgClassName
{
background-color: #AA5003;
}
</style>
border-color css
<style>
span { border-color: #AA5003; }
span { border-color: rgb(170,80,3); }
td.TdClassName
{
border-color: #AA5003;
}
.TagClassName
{
border-color: #AA5003;
}
</style>