Shades of Rust #AA3B05
Tints of Rust #AA3B05
RGB
CMYK
RGB Variations
Color information
#AA3B05 (or 0xAA3B05) is known color: Rust. HEX triplet: AA, 3B and 05. RGB value is (170,59,5). Sum of RGB (Red+Green+Blue) = 170+59+5=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3B05 is #55C4FA. Grayscale: #565656. Windows color (decimal): -5620987 or 342954. OLE color: 342954.
HSL color Cylindrical-coordinate representation of color #AA3B05: hue angle of 19.64º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA3B05 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 59 | 5 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.33 |
| HSL | 19.64º | 0.94% | 0.34% | - |
| HSV(B) | 19.64º | 0.97% | 0.67% | - |
| XYZ | 18.17 | 11.68 | 1.44 | - |
| YUV | 86.03 | 82.27 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 59 | 5 | 0 | 0.65 | 0.97 | 0.33 | 19.64 | 0.94 | 0.34 |
| Hex | AA | 3B | 5 | 0 | 41 | 61 | 21 | 14 | 5E | 22 |
| Octal | 252 | 73 | 5 | 0 | 101 | 141 | 41 | 24 | 136 | 42 |
| Binary | 10101010 | 111011 | 101 | 0 | 1000001 | 1100001 | 100001 | 10100 | 1011110 | 100010 |
Color Harmonies of #AA3B05
Complementary color
Monochromatic Colors of #AA3B05
Black with #AA3B05
Text Example
Text Example
White with #AA3B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3B05; }
p { color: rgb(170,59,5); }
H1.HeaderClassName
{
color: #AA3B05;
}
.AnyTagClassName
{
color: #AA3B05;
}
</style>
background-color css
<style>
a { background-color: #AA3B05; }
a { background-color: rgb(170,59,5); }
div.DivClassName
{
background-color: #AA3B05;
}
.BgClassName
{
background-color: #AA3B05;
}
</style>
border-color css
<style>
span { border-color: #AA3B05; }
span { border-color: rgb(170,59,5); }
td.TdClassName
{
border-color: #AA3B05;
}
.TagClassName
{
border-color: #AA3B05;
}
</style>