Shades of Rust #AA2F0A
Tints of Rust #AA2F0A
RGB
CMYK
RGB Variations
Color information
#AA2F0A (or 0xAA2F0A) is known color: Rust. HEX triplet: AA, 2F and 0A. RGB value is (170,47,10). Sum of RGB (Red+Green+Blue) = 170+47+10=227 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.89% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2F0A is #55D0F5. Grayscale: #4F4F4F. Windows color (decimal): -5624054 or 667562. OLE color: 667562.
HSL color Cylindrical-coordinate representation of color #AA2F0A: hue angle of 13.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA2F0A is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 47 | 10 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.33 |
| HSL | 13.88º | 0.89% | 0.35% | - |
| HSV(B) | 13.88º | 0.94% | 0.67% | - |
| XYZ | 17.65 | 10.6 | 1.4 | - |
| YUV | 79.56 | 88.75 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 10 | 0 | 0.72 | 0.94 | 0.33 | 13.88 | 0.89 | 0.35 |
| Hex | AA | 2F | A | 0 | 48 | 5E | 21 | E | 59 | 23 |
| Octal | 252 | 57 | 12 | 0 | 110 | 136 | 41 | 16 | 131 | 43 |
| Binary | 10101010 | 101111 | 1010 | 0 | 1001000 | 1011110 | 100001 | 1110 | 1011001 | 100011 |
Color Harmonies of #AA2F0A
Complementary color
Monochromatic Colors of #AA2F0A
Black with #AA2F0A
Text Example
Text Example
White with #AA2F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2F0A; }
p { color: rgb(170,47,10); }
H1.HeaderClassName
{
color: #AA2F0A;
}
.AnyTagClassName
{
color: #AA2F0A;
}
</style>
background-color css
<style>
a { background-color: #AA2F0A; }
a { background-color: rgb(170,47,10); }
div.DivClassName
{
background-color: #AA2F0A;
}
.BgClassName
{
background-color: #AA2F0A;
}
</style>
border-color css
<style>
span { border-color: #AA2F0A; }
span { border-color: rgb(170,47,10); }
td.TdClassName
{
border-color: #AA2F0A;
}
.TagClassName
{
border-color: #AA2F0A;
}
</style>