Shades of Rust #AA2F10
Tints of Rust #AA2F10
RGB
CMYK
RGB Variations
Color information
#AA2F10 (or 0xAA2F10) is known color: Rust. HEX triplet: AA, 2F and 10. RGB value is (170,47,16). Sum of RGB (Red+Green+Blue) = 170+47+16=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2F10 is #55D0EF. Grayscale: #505050. Windows color (decimal): -5624048 or 1060778. OLE color: 1060778.
HSL color Cylindrical-coordinate representation of color #AA2F10: hue angle of 12.08º 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 #AA2F10 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 47 | 16 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.33 |
| HSL | 12.08º | 0.83% | 0.36% | - |
| HSV(B) | 12.08º | 0.91% | 0.67% | - |
| XYZ | 17.69 | 10.62 | 1.61 | - |
| YUV | 80.24 | 91.75 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 16 | 0 | 0.72 | 0.91 | 0.33 | 12.08 | 0.83 | 0.36 |
| Hex | AA | 2F | 10 | 0 | 48 | 5B | 21 | C | 53 | 24 |
| Octal | 252 | 57 | 20 | 0 | 110 | 133 | 41 | 14 | 123 | 44 |
| Binary | 10101010 | 101111 | 10000 | 0 | 1001000 | 1011011 | 100001 | 1100 | 1010011 | 100100 |
Color Harmonies of #AA2F10
Complementary color
Monochromatic Colors of #AA2F10
Black with #AA2F10
Text Example
Text Example
White with #AA2F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2F10; }
p { color: rgb(170,47,16); }
H1.HeaderClassName
{
color: #AA2F10;
}
.AnyTagClassName
{
color: #AA2F10;
}
</style>
background-color css
<style>
a { background-color: #AA2F10; }
a { background-color: rgb(170,47,16); }
div.DivClassName
{
background-color: #AA2F10;
}
.BgClassName
{
background-color: #AA2F10;
}
</style>
border-color css
<style>
span { border-color: #AA2F10; }
span { border-color: rgb(170,47,16); }
td.TdClassName
{
border-color: #AA2F10;
}
.TagClassName
{
border-color: #AA2F10;
}
</style>