Shades of Rust #AA3102
Tints of Rust #AA3102
RGB
CMYK
RGB Variations
Color information
#AA3102 (or 0xAA3102) is known color: Rust. HEX triplet: AA, 31 and 02. RGB value is (170,49,2). Sum of RGB (Red+Green+Blue) = 170+49+2=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3102 is #55CEFD. Grayscale: #505050. Windows color (decimal): -5623550 or 143786. OLE color: 143786.
HSL color Cylindrical-coordinate representation of color #AA3102: hue angle of 16.79º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA3102 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.33 |
| HSL | 16.79º | 0.98% | 0.34% | - |
| HSV(B) | 16.79º | 0.99% | 0.67% | - |
| XYZ | 17.69 | 10.75 | 1.2 | - |
| YUV | 79.82 | 84.09 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 2 | 0 | 0.71 | 0.99 | 0.33 | 16.79 | 0.98 | 0.34 |
| Hex | AA | 31 | 2 | 0 | 47 | 63 | 21 | 11 | 62 | 22 |
| Octal | 252 | 61 | 2 | 0 | 107 | 143 | 41 | 21 | 142 | 42 |
| Binary | 10101010 | 110001 | 10 | 0 | 1000111 | 1100011 | 100001 | 10001 | 1100010 | 100010 |
Color Harmonies of #AA3102
Complementary color
Monochromatic Colors of #AA3102
Black with #AA3102
Text Example
Text Example
White with #AA3102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3102; }
p { color: rgb(170,49,2); }
H1.HeaderClassName
{
color: #AA3102;
}
.AnyTagClassName
{
color: #AA3102;
}
</style>
background-color css
<style>
a { background-color: #AA3102; }
a { background-color: rgb(170,49,2); }
div.DivClassName
{
background-color: #AA3102;
}
.BgClassName
{
background-color: #AA3102;
}
</style>
border-color css
<style>
span { border-color: #AA3102; }
span { border-color: rgb(170,49,2); }
td.TdClassName
{
border-color: #AA3102;
}
.TagClassName
{
border-color: #AA3102;
}
</style>