Shades of Rust #AA3503
Tints of Rust #AA3503
RGB
CMYK
RGB Variations
Color information
#AA3503 (or 0xAA3503) is known color: Rust. HEX triplet: AA, 35 and 03. RGB value is (170,53,3). Sum of RGB (Red+Green+Blue) = 170+53+3=226 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.22% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3503 is #55CAFC. Grayscale: #525252. Windows color (decimal): -5622525 or 210346. OLE color: 210346.
HSL color Cylindrical-coordinate representation of color #AA3503: hue angle of 17.96º 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 #AA3503 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 3 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.33 |
| HSL | 17.96º | 0.97% | 0.34% | - |
| HSV(B) | 17.96º | 0.98% | 0.67% | - |
| XYZ | 17.87 | 11.1 | 1.29 | - |
| YUV | 82.28 | 83.26 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 3 | 0 | 0.69 | 0.98 | 0.33 | 17.96 | 0.97 | 0.34 |
| Hex | AA | 35 | 3 | 0 | 45 | 62 | 21 | 12 | 61 | 22 |
| Octal | 252 | 65 | 3 | 0 | 105 | 142 | 41 | 22 | 141 | 42 |
| Binary | 10101010 | 110101 | 11 | 0 | 1000101 | 1100010 | 100001 | 10010 | 1100001 | 100010 |
Color Harmonies of #AA3503
Complementary color
Monochromatic Colors of #AA3503
Black with #AA3503
Text Example
Text Example
White with #AA3503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3503; }
p { color: rgb(170,53,3); }
H1.HeaderClassName
{
color: #AA3503;
}
.AnyTagClassName
{
color: #AA3503;
}
</style>
background-color css
<style>
a { background-color: #AA3503; }
a { background-color: rgb(170,53,3); }
div.DivClassName
{
background-color: #AA3503;
}
.BgClassName
{
background-color: #AA3503;
}
</style>
border-color css
<style>
span { border-color: #AA3503; }
span { border-color: rgb(170,53,3); }
td.TdClassName
{
border-color: #AA3503;
}
.TagClassName
{
border-color: #AA3503;
}
</style>