Shades of Rust #AA2F0E
Tints of Rust #AA2F0E
RGB
CMYK
RGB Variations
Color information
#AA2F0E (or 0xAA2F0E) is known color: Rust. HEX triplet: AA, 2F and 0E. RGB value is (170,47,14). Sum of RGB (Red+Green+Blue) = 170+47+14=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2F0E is #55D0F1. Grayscale: #505050. Windows color (decimal): -5624050 or 929706. OLE color: 929706.
HSL color Cylindrical-coordinate representation of color #AA2F0E: hue angle of 12.69º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA2F0E is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 47 | 14 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.33 |
| HSL | 12.69º | 0.85% | 0.36% | - |
| HSV(B) | 12.69º | 0.92% | 0.67% | - |
| XYZ | 17.67 | 10.61 | 1.53 | - |
| YUV | 80.02 | 90.75 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 14 | 0 | 0.72 | 0.92 | 0.33 | 12.69 | 0.85 | 0.36 |
| Hex | AA | 2F | E | 0 | 48 | 5C | 21 | D | 55 | 24 |
| Octal | 252 | 57 | 16 | 0 | 110 | 134 | 41 | 15 | 125 | 44 |
| Binary | 10101010 | 101111 | 1110 | 0 | 1001000 | 1011100 | 100001 | 1101 | 1010101 | 100100 |
Color Harmonies of #AA2F0E
Complementary color
Monochromatic Colors of #AA2F0E
Black with #AA2F0E
Text Example
Text Example
White with #AA2F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2F0E; }
p { color: rgb(170,47,14); }
H1.HeaderClassName
{
color: #AA2F0E;
}
.AnyTagClassName
{
color: #AA2F0E;
}
</style>
background-color css
<style>
a { background-color: #AA2F0E; }
a { background-color: rgb(170,47,14); }
div.DivClassName
{
background-color: #AA2F0E;
}
.BgClassName
{
background-color: #AA2F0E;
}
</style>
border-color css
<style>
span { border-color: #AA2F0E; }
span { border-color: rgb(170,47,14); }
td.TdClassName
{
border-color: #AA2F0E;
}
.TagClassName
{
border-color: #AA2F0E;
}
</style>