Shades of Rust #AA3507
Tints of Rust #AA3507
RGB
CMYK
RGB Variations
Color information
#AA3507 (or 0xAA3507) is known color: Rust. HEX triplet: AA, 35 and 07. RGB value is (170,53,7). Sum of RGB (Red+Green+Blue) = 170+53+7=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3507 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3507 is #55CAF8. Grayscale: #535353. Windows color (decimal): -5622521 or 472490. OLE color: 472490.
HSL color Cylindrical-coordinate representation of color #AA3507: hue angle of 16.93º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA3507 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 7 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.33 |
| HSL | 16.93º | 0.92% | 0.35% | - |
| HSV(B) | 16.93º | 0.96% | 0.67% | - |
| XYZ | 17.89 | 11.11 | 1.4 | - |
| YUV | 82.74 | 85.26 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 7 | 0 | 0.69 | 0.96 | 0.33 | 16.93 | 0.92 | 0.35 |
| Hex | AA | 35 | 7 | 0 | 45 | 60 | 21 | 11 | 5C | 23 |
| Octal | 252 | 65 | 7 | 0 | 105 | 140 | 41 | 21 | 134 | 43 |
| Binary | 10101010 | 110101 | 111 | 0 | 1000101 | 1100000 | 100001 | 10001 | 1011100 | 100011 |
Color Harmonies of #AA3507
Complementary color
Monochromatic Colors of #AA3507
Black with #AA3507
Text Example
Text Example
White with #AA3507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3507; }
p { color: rgb(170,53,7); }
H1.HeaderClassName
{
color: #AA3507;
}
.AnyTagClassName
{
color: #AA3507;
}
</style>
background-color css
<style>
a { background-color: #AA3507; }
a { background-color: rgb(170,53,7); }
div.DivClassName
{
background-color: #AA3507;
}
.BgClassName
{
background-color: #AA3507;
}
</style>
border-color css
<style>
span { border-color: #AA3507; }
span { border-color: rgb(170,53,7); }
td.TdClassName
{
border-color: #AA3507;
}
.TagClassName
{
border-color: #AA3507;
}
</style>