Shades of Rust #AA340A
Tints of Rust #AA340A
RGB
CMYK
RGB Variations
Color information
#AA340A (or 0xAA340A) is known color: Rust. HEX triplet: AA, 34 and 0A. RGB value is (170,52,10). Sum of RGB (Red+Green+Blue) = 170+52+10=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA340A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA340A is #55CBF5. Grayscale: #525252. Windows color (decimal): -5622774 or 668842. OLE color: 668842.
HSL color Cylindrical-coordinate representation of color #AA340A: hue angle of 15.75º 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 #AA340A is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 10 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.33 |
| HSL | 15.75º | 0.89% | 0.35% | - |
| HSV(B) | 15.75º | 0.94% | 0.67% | - |
| XYZ | 17.86 | 11.02 | 1.47 | - |
| YUV | 82.49 | 87.09 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 10 | 0 | 0.69 | 0.94 | 0.33 | 15.75 | 0.89 | 0.35 |
| Hex | AA | 34 | A | 0 | 45 | 5E | 21 | 10 | 59 | 23 |
| Octal | 252 | 64 | 12 | 0 | 105 | 136 | 41 | 20 | 131 | 43 |
| Binary | 10101010 | 110100 | 1010 | 0 | 1000101 | 1011110 | 100001 | 10000 | 1011001 | 100011 |
Color Harmonies of #AA340A
Complementary color
Monochromatic Colors of #AA340A
Black with #AA340A
Text Example
Text Example
White with #AA340A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA340A; }
p { color: rgb(170,52,10); }
H1.HeaderClassName
{
color: #AA340A;
}
.AnyTagClassName
{
color: #AA340A;
}
</style>
background-color css
<style>
a { background-color: #AA340A; }
a { background-color: rgb(170,52,10); }
div.DivClassName
{
background-color: #AA340A;
}
.BgClassName
{
background-color: #AA340A;
}
</style>
border-color css
<style>
span { border-color: #AA340A; }
span { border-color: rgb(170,52,10); }
td.TdClassName
{
border-color: #AA340A;
}
.TagClassName
{
border-color: #AA340A;
}
</style>