Shades of Rust #AA3407
Tints of Rust #AA3407
RGB
CMYK
RGB Variations
Color information
#AA3407 (or 0xAA3407) is known color: Rust. HEX triplet: AA, 34 and 07. RGB value is (170,52,7). Sum of RGB (Red+Green+Blue) = 170+52+7=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3407 is #55CBF8. Grayscale: #525252. Windows color (decimal): -5622777 or 472234. OLE color: 472234.
HSL color Cylindrical-coordinate representation of color #AA3407: hue angle of 16.56º 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 #AA3407 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 7 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.33 |
| HSL | 16.56º | 0.92% | 0.35% | - |
| HSV(B) | 16.56º | 0.96% | 0.67% | - |
| XYZ | 17.84 | 11.02 | 1.39 | - |
| YUV | 82.15 | 85.59 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 7 | 0 | 0.69 | 0.96 | 0.33 | 16.56 | 0.92 | 0.35 |
| Hex | AA | 34 | 7 | 0 | 45 | 60 | 21 | 11 | 5C | 23 |
| Octal | 252 | 64 | 7 | 0 | 105 | 140 | 41 | 21 | 134 | 43 |
| Binary | 10101010 | 110100 | 111 | 0 | 1000101 | 1100000 | 100001 | 10001 | 1011100 | 100011 |
Color Harmonies of #AA3407
Complementary color
Monochromatic Colors of #AA3407
Black with #AA3407
Text Example
Text Example
White with #AA3407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3407; }
p { color: rgb(170,52,7); }
H1.HeaderClassName
{
color: #AA3407;
}
.AnyTagClassName
{
color: #AA3407;
}
</style>
background-color css
<style>
a { background-color: #AA3407; }
a { background-color: rgb(170,52,7); }
div.DivClassName
{
background-color: #AA3407;
}
.BgClassName
{
background-color: #AA3407;
}
</style>
border-color css
<style>
span { border-color: #AA3407; }
span { border-color: rgb(170,52,7); }
td.TdClassName
{
border-color: #AA3407;
}
.TagClassName
{
border-color: #AA3407;
}
</style>