Shades of Rust #AA3910
Tints of Rust #AA3910
RGB
CMYK
RGB Variations
Color information
#AA3910 (or 0xAA3910) is known color: Rust. HEX triplet: AA, 39 and 10. RGB value is (170,57,16). Sum of RGB (Red+Green+Blue) = 170+57+16=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3910 is #55C6EF. Grayscale: #565656. Windows color (decimal): -5621488 or 1063338. OLE color: 1063338.
HSL color Cylindrical-coordinate representation of color #AA3910: hue angle of 15.97º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA3910 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 16 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.33 |
| HSL | 15.97º | 0.83% | 0.36% | - |
| HSV(B) | 15.97º | 0.91% | 0.67% | - |
| XYZ | 18.13 | 11.51 | 1.76 | - |
| YUV | 86.11 | 88.44 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 16 | 0 | 0.66 | 0.91 | 0.33 | 15.97 | 0.83 | 0.36 |
| Hex | AA | 39 | 10 | 0 | 42 | 5B | 21 | 10 | 53 | 24 |
| Octal | 252 | 71 | 20 | 0 | 102 | 133 | 41 | 20 | 123 | 44 |
| Binary | 10101010 | 111001 | 10000 | 0 | 1000010 | 1011011 | 100001 | 10000 | 1010011 | 100100 |
Color Harmonies of #AA3910
Complementary color
Monochromatic Colors of #AA3910
Black with #AA3910
Text Example
Text Example
White with #AA3910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3910; }
p { color: rgb(170,57,16); }
H1.HeaderClassName
{
color: #AA3910;
}
.AnyTagClassName
{
color: #AA3910;
}
</style>
background-color css
<style>
a { background-color: #AA3910; }
a { background-color: rgb(170,57,16); }
div.DivClassName
{
background-color: #AA3910;
}
.BgClassName
{
background-color: #AA3910;
}
</style>
border-color css
<style>
span { border-color: #AA3910; }
span { border-color: rgb(170,57,16); }
td.TdClassName
{
border-color: #AA3910;
}
.TagClassName
{
border-color: #AA3910;
}
</style>