Shades of Rust #AA4510
Tints of Rust #AA4510
RGB
CMYK
RGB Variations
Color information
#AA4510 (or 0xAA4510) is known color: Rust. HEX triplet: AA, 45 and 10. RGB value is (170,69,16). Sum of RGB (Red+Green+Blue) = 170+69+16=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4510 is #55BAEF. Grayscale: #5D5D5D. Windows color (decimal): -5618416 or 1066410. OLE color: 1066410.
HSL color Cylindrical-coordinate representation of color #AA4510: hue angle of 20.65º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA4510 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 16 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.33 |
| HSL | 20.65º | 0.83% | 0.36% | - |
| HSV(B) | 20.65º | 0.91% | 0.67% | - |
| XYZ | 18.8 | 12.84 | 1.98 | - |
| YUV | 93.16 | 84.46 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 16 | 0 | 0.59 | 0.91 | 0.33 | 20.65 | 0.83 | 0.36 |
| Hex | AA | 45 | 10 | 0 | 3B | 5B | 21 | 15 | 53 | 24 |
| Octal | 252 | 105 | 20 | 0 | 73 | 133 | 41 | 25 | 123 | 44 |
| Binary | 10101010 | 1000101 | 10000 | 0 | 111011 | 1011011 | 100001 | 10101 | 1010011 | 100100 |
Color Harmonies of #AA4510
Complementary color
Monochromatic Colors of #AA4510
Black with #AA4510
Text Example
Text Example
White with #AA4510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4510; }
p { color: rgb(170,69,16); }
H1.HeaderClassName
{
color: #AA4510;
}
.AnyTagClassName
{
color: #AA4510;
}
</style>
background-color css
<style>
a { background-color: #AA4510; }
a { background-color: rgb(170,69,16); }
div.DivClassName
{
background-color: #AA4510;
}
.BgClassName
{
background-color: #AA4510;
}
</style>
border-color css
<style>
span { border-color: #AA4510; }
span { border-color: rgb(170,69,16); }
td.TdClassName
{
border-color: #AA4510;
}
.TagClassName
{
border-color: #AA4510;
}
</style>