Shades of Rust #AA3010
Tints of Rust #AA3010
RGB
CMYK
RGB Variations
Color information
#AA3010 (or 0xAA3010) is known color: Rust. HEX triplet: AA, 30 and 10. RGB value is (170,48,16). Sum of RGB (Red+Green+Blue) = 170+48+16=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3010 is #55CFEF. Grayscale: #515151. Windows color (decimal): -5623792 or 1061034. OLE color: 1061034.
HSL color Cylindrical-coordinate representation of color #AA3010: hue angle of 12.47º 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 #AA3010 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 48 | 16 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.33 |
| HSL | 12.47º | 0.83% | 0.36% | - |
| HSV(B) | 12.47º | 0.91% | 0.67% | - |
| XYZ | 17.73 | 10.7 | 1.62 | - |
| YUV | 80.83 | 91.42 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 16 | 0 | 0.72 | 0.91 | 0.33 | 12.47 | 0.83 | 0.36 |
| Hex | AA | 30 | 10 | 0 | 48 | 5B | 21 | C | 53 | 24 |
| Octal | 252 | 60 | 20 | 0 | 110 | 133 | 41 | 14 | 123 | 44 |
| Binary | 10101010 | 110000 | 10000 | 0 | 1001000 | 1011011 | 100001 | 1100 | 1010011 | 100100 |
Color Harmonies of #AA3010
Complementary color
Monochromatic Colors of #AA3010
Black with #AA3010
Text Example
Text Example
White with #AA3010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3010; }
p { color: rgb(170,48,16); }
H1.HeaderClassName
{
color: #AA3010;
}
.AnyTagClassName
{
color: #AA3010;
}
</style>
background-color css
<style>
a { background-color: #AA3010; }
a { background-color: rgb(170,48,16); }
div.DivClassName
{
background-color: #AA3010;
}
.BgClassName
{
background-color: #AA3010;
}
</style>
border-color css
<style>
span { border-color: #AA3010; }
span { border-color: rgb(170,48,16); }
td.TdClassName
{
border-color: #AA3010;
}
.TagClassName
{
border-color: #AA3010;
}
</style>