Shades of Rust #AA460C
Tints of Rust #AA460C
RGB
CMYK
RGB Variations
Color information
#AA460C (or 0xAA460C) is known color: Rust. HEX triplet: AA, 46 and 0C. RGB value is (170,70,12). Sum of RGB (Red+Green+Blue) = 170+70+12=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA460C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA460C is #55B9F3. Grayscale: #5D5D5D. Windows color (decimal): -5618164 or 804522. OLE color: 804522.
HSL color Cylindrical-coordinate representation of color #AA460C: hue angle of 22.03º 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 #AA460C is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 12 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.33 |
| HSL | 22.03º | 0.87% | 0.36% | - |
| HSV(B) | 22.03º | 0.93% | 0.67% | - |
| XYZ | 18.83 | 12.95 | 1.86 | - |
| YUV | 93.29 | 82.13 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 12 | 0 | 0.59 | 0.93 | 0.33 | 22.03 | 0.87 | 0.36 |
| Hex | AA | 46 | C | 0 | 3B | 5D | 21 | 16 | 57 | 24 |
| Octal | 252 | 106 | 14 | 0 | 73 | 135 | 41 | 26 | 127 | 44 |
| Binary | 10101010 | 1000110 | 1100 | 0 | 111011 | 1011101 | 100001 | 10110 | 1010111 | 100100 |
Color Harmonies of #AA460C
Complementary color
Monochromatic Colors of #AA460C
Black with #AA460C
Text Example
Text Example
White with #AA460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA460C; }
p { color: rgb(170,70,12); }
H1.HeaderClassName
{
color: #AA460C;
}
.AnyTagClassName
{
color: #AA460C;
}
</style>
background-color css
<style>
a { background-color: #AA460C; }
a { background-color: rgb(170,70,12); }
div.DivClassName
{
background-color: #AA460C;
}
.BgClassName
{
background-color: #AA460C;
}
</style>
border-color css
<style>
span { border-color: #AA460C; }
span { border-color: rgb(170,70,12); }
td.TdClassName
{
border-color: #AA460C;
}
.TagClassName
{
border-color: #AA460C;
}
</style>