Shades of Rust #AA3501
Tints of Rust #AA3501
RGB
CMYK
RGB Variations
Color information
#AA3501 (or 0xAA3501) is known color: Rust. HEX triplet: AA, 35 and 01. RGB value is (170,53,1). Sum of RGB (Red+Green+Blue) = 170+53+1=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3501 is #55CAFE. Grayscale: #525252. Windows color (decimal): -5622527 or 79274. OLE color: 79274.
HSL color Cylindrical-coordinate representation of color #AA3501: hue angle of 18.46º 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 #AA3501 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 1 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.33 |
| HSL | 18.46º | 0.99% | 0.34% | - |
| HSV(B) | 18.46º | 0.99% | 0.67% | - |
| XYZ | 17.86 | 11.09 | 1.23 | - |
| YUV | 82.06 | 82.26 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 1 | 0 | 0.69 | 0.99 | 0.33 | 18.46 | 0.99 | 0.34 |
| Hex | AA | 35 | 1 | 0 | 45 | 63 | 21 | 12 | 63 | 22 |
| Octal | 252 | 65 | 1 | 0 | 105 | 143 | 41 | 22 | 143 | 42 |
| Binary | 10101010 | 110101 | 1 | 0 | 1000101 | 1100011 | 100001 | 10010 | 1100011 | 100010 |
Color Harmonies of #AA3501
Complementary color
Monochromatic Colors of #AA3501
Black with #AA3501
Text Example
Text Example
White with #AA3501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3501; }
p { color: rgb(170,53,1); }
H1.HeaderClassName
{
color: #AA3501;
}
.AnyTagClassName
{
color: #AA3501;
}
</style>
background-color css
<style>
a { background-color: #AA3501; }
a { background-color: rgb(170,53,1); }
div.DivClassName
{
background-color: #AA3501;
}
.BgClassName
{
background-color: #AA3501;
}
</style>
border-color css
<style>
span { border-color: #AA3501; }
span { border-color: rgb(170,53,1); }
td.TdClassName
{
border-color: #AA3501;
}
.TagClassName
{
border-color: #AA3501;
}
</style>