Shades of Rust #AA3715
Tints of Rust #AA3715
RGB
CMYK
RGB Variations
Color information
#AA3715 (or 0xAA3715) is known color: Rust. HEX triplet: AA, 37 and 15. RGB value is (170,55,21). Sum of RGB (Red+Green+Blue) = 170+55+21=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3715 is #55C8EA. Grayscale: #555555. Windows color (decimal): -5621995 or 1390506. OLE color: 1390506.
HSL color Cylindrical-coordinate representation of color #AA3715: hue angle of 13.69º 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 #AA3715 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 21 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.33 |
| HSL | 13.69º | 0.78% | 0.37% | - |
| HSV(B) | 13.69º | 0.88% | 0.67% | - |
| XYZ | 18.08 | 11.33 | 1.94 | - |
| YUV | 85.51 | 91.6 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 21 | 0 | 0.68 | 0.88 | 0.33 | 13.69 | 0.78 | 0.37 |
| Hex | AA | 37 | 15 | 0 | 44 | 58 | 21 | E | 4E | 25 |
| Octal | 252 | 67 | 25 | 0 | 104 | 130 | 41 | 16 | 116 | 45 |
| Binary | 10101010 | 110111 | 10101 | 0 | 1000100 | 1011000 | 100001 | 1110 | 1001110 | 100101 |
Color Harmonies of #AA3715
Complementary color
Monochromatic Colors of #AA3715
Black with #AA3715
Text Example
Text Example
White with #AA3715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3715; }
p { color: rgb(170,55,21); }
H1.HeaderClassName
{
color: #AA3715;
}
.AnyTagClassName
{
color: #AA3715;
}
</style>
background-color css
<style>
a { background-color: #AA3715; }
a { background-color: rgb(170,55,21); }
div.DivClassName
{
background-color: #AA3715;
}
.BgClassName
{
background-color: #AA3715;
}
</style>
border-color css
<style>
span { border-color: #AA3715; }
span { border-color: rgb(170,55,21); }
td.TdClassName
{
border-color: #AA3715;
}
.TagClassName
{
border-color: #AA3715;
}
</style>