Shades of Rust #AA2F0C
Tints of Rust #AA2F0C
RGB
CMYK
RGB Variations
Color information
#AA2F0C (or 0xAA2F0C) is known color: Rust. HEX triplet: AA, 2F and 0C. RGB value is (170,47,12). Sum of RGB (Red+Green+Blue) = 170+47+12=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2F0C is #55D0F3. Grayscale: #505050. Windows color (decimal): -5624052 or 798634. OLE color: 798634.
HSL color Cylindrical-coordinate representation of color #AA2F0C: hue angle of 13.29º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA2F0C is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 47 | 12 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.33 |
| HSL | 13.29º | 0.87% | 0.36% | - |
| HSV(B) | 13.29º | 0.93% | 0.67% | - |
| XYZ | 17.66 | 10.61 | 1.46 | - |
| YUV | 79.79 | 89.75 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 12 | 0 | 0.72 | 0.93 | 0.33 | 13.29 | 0.87 | 0.36 |
| Hex | AA | 2F | C | 0 | 48 | 5D | 21 | D | 57 | 24 |
| Octal | 252 | 57 | 14 | 0 | 110 | 135 | 41 | 15 | 127 | 44 |
| Binary | 10101010 | 101111 | 1100 | 0 | 1001000 | 1011101 | 100001 | 1101 | 1010111 | 100100 |
Color Harmonies of #AA2F0C
Complementary color
Monochromatic Colors of #AA2F0C
Black with #AA2F0C
Text Example
Text Example
White with #AA2F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2F0C; }
p { color: rgb(170,47,12); }
H1.HeaderClassName
{
color: #AA2F0C;
}
.AnyTagClassName
{
color: #AA2F0C;
}
</style>
background-color css
<style>
a { background-color: #AA2F0C; }
a { background-color: rgb(170,47,12); }
div.DivClassName
{
background-color: #AA2F0C;
}
.BgClassName
{
background-color: #AA2F0C;
}
</style>
border-color css
<style>
span { border-color: #AA2F0C; }
span { border-color: rgb(170,47,12); }
td.TdClassName
{
border-color: #AA2F0C;
}
.TagClassName
{
border-color: #AA2F0C;
}
</style>