Shades of Rust #AA4515
Tints of Rust #AA4515
RGB
CMYK
RGB Variations
Color information
#AA4515 (or 0xAA4515) is known color: Rust. HEX triplet: AA, 45 and 15. RGB value is (170,69,21). Sum of RGB (Red+Green+Blue) = 170+69+21=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4515 is #55BAEA. Grayscale: #5E5E5E. Windows color (decimal): -5618411 or 1394090. OLE color: 1394090.
HSL color Cylindrical-coordinate representation of color #AA4515: hue angle of 19.33º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA4515 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 21 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.33 |
| HSL | 19.33º | 0.78% | 0.37% | - |
| HSV(B) | 19.33º | 0.88% | 0.67% | - |
| XYZ | 18.84 | 12.86 | 2.2 | - |
| YUV | 93.73 | 86.96 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 21 | 0 | 0.59 | 0.88 | 0.33 | 19.33 | 0.78 | 0.37 |
| Hex | AA | 45 | 15 | 0 | 3B | 58 | 21 | 13 | 4E | 25 |
| Octal | 252 | 105 | 25 | 0 | 73 | 130 | 41 | 23 | 116 | 45 |
| Binary | 10101010 | 1000101 | 10101 | 0 | 111011 | 1011000 | 100001 | 10011 | 1001110 | 100101 |
Color Harmonies of #AA4515
Complementary color
Monochromatic Colors of #AA4515
Black with #AA4515
Text Example
Text Example
White with #AA4515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4515; }
p { color: rgb(170,69,21); }
H1.HeaderClassName
{
color: #AA4515;
}
.AnyTagClassName
{
color: #AA4515;
}
</style>
background-color css
<style>
a { background-color: #AA4515; }
a { background-color: rgb(170,69,21); }
div.DivClassName
{
background-color: #AA4515;
}
.BgClassName
{
background-color: #AA4515;
}
</style>
border-color css
<style>
span { border-color: #AA4515; }
span { border-color: rgb(170,69,21); }
td.TdClassName
{
border-color: #AA4515;
}
.TagClassName
{
border-color: #AA4515;
}
</style>