Shades of Rust #AA3105
Tints of Rust #AA3105
RGB
CMYK
RGB Variations
Color information
#AA3105 (or 0xAA3105) is known color: Rust. HEX triplet: AA, 31 and 05. RGB value is (170,49,5). Sum of RGB (Red+Green+Blue) = 170+49+5=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3105 is #55CEFA. Grayscale: #505050. Windows color (decimal): -5623547 or 340394. OLE color: 340394.
HSL color Cylindrical-coordinate representation of color #AA3105: hue angle of 16º 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 #AA3105 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 5 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.33 |
| HSL | 16º | 0.94% | 0.34% | - |
| HSV(B) | 16º | 0.97% | 0.67% | - |
| XYZ | 17.7 | 10.75 | 1.29 | - |
| YUV | 80.16 | 85.59 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 5 | 0 | 0.71 | 0.97 | 0.33 | 16 | 0.94 | 0.34 |
| Hex | AA | 31 | 5 | 0 | 47 | 61 | 21 | 10 | 5E | 22 |
| Octal | 252 | 61 | 5 | 0 | 107 | 141 | 41 | 20 | 136 | 42 |
| Binary | 10101010 | 110001 | 101 | 0 | 1000111 | 1100001 | 100001 | 10000 | 1011110 | 100010 |
Color Harmonies of #AA3105
Complementary color
Monochromatic Colors of #AA3105
Black with #AA3105
Text Example
Text Example
White with #AA3105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3105; }
p { color: rgb(170,49,5); }
H1.HeaderClassName
{
color: #AA3105;
}
.AnyTagClassName
{
color: #AA3105;
}
</style>
background-color css
<style>
a { background-color: #AA3105; }
a { background-color: rgb(170,49,5); }
div.DivClassName
{
background-color: #AA3105;
}
.BgClassName
{
background-color: #AA3105;
}
</style>
border-color css
<style>
span { border-color: #AA3105; }
span { border-color: rgb(170,49,5); }
td.TdClassName
{
border-color: #AA3105;
}
.TagClassName
{
border-color: #AA3105;
}
</style>