Shades of Rust #AA3D13
Tints of Rust #AA3D13
RGB
CMYK
RGB Variations
Color information
#AA3D13 (or 0xAA3D13) is known color: Rust. HEX triplet: AA, 3D and 13. RGB value is (170,61,19). Sum of RGB (Red+Green+Blue) = 170+61+19=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3D13 is #55C2EC. Grayscale: #595959. Windows color (decimal): -5620461 or 1260970. OLE color: 1260970.
HSL color Cylindrical-coordinate representation of color #AA3D13: hue angle of 16.69º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA3D13 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 61 | 19 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.33 |
| HSL | 16.69º | 0.8% | 0.37% | - |
| HSV(B) | 16.69º | 0.89% | 0.67% | - |
| XYZ | 18.36 | 11.93 | 1.95 | - |
| YUV | 88.8 | 88.61 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 61 | 19 | 0 | 0.64 | 0.89 | 0.33 | 16.69 | 0.8 | 0.37 |
| Hex | AA | 3D | 13 | 0 | 40 | 59 | 21 | 11 | 50 | 25 |
| Octal | 252 | 75 | 23 | 0 | 100 | 131 | 41 | 21 | 120 | 45 |
| Binary | 10101010 | 111101 | 10011 | 0 | 1000000 | 1011001 | 100001 | 10001 | 1010000 | 100101 |
Color Harmonies of #AA3D13
Complementary color
Monochromatic Colors of #AA3D13
Black with #AA3D13
Text Example
Text Example
White with #AA3D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3D13; }
p { color: rgb(170,61,19); }
H1.HeaderClassName
{
color: #AA3D13;
}
.AnyTagClassName
{
color: #AA3D13;
}
</style>
background-color css
<style>
a { background-color: #AA3D13; }
a { background-color: rgb(170,61,19); }
div.DivClassName
{
background-color: #AA3D13;
}
.BgClassName
{
background-color: #AA3D13;
}
</style>
border-color css
<style>
span { border-color: #AA3D13; }
span { border-color: rgb(170,61,19); }
td.TdClassName
{
border-color: #AA3D13;
}
.TagClassName
{
border-color: #AA3D13;
}
</style>