Shades of Rust #AA340B
Tints of Rust #AA340B
RGB
CMYK
RGB Variations
Color information
#AA340B (or 0xAA340B) is known color: Rust. HEX triplet: AA, 34 and 0B. RGB value is (170,52,11). Sum of RGB (Red+Green+Blue) = 170+52+11=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA340B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA340B is #55CBF4. Grayscale: #525252. Windows color (decimal): -5622773 or 734378. OLE color: 734378.
HSL color Cylindrical-coordinate representation of color #AA340B: hue angle of 15.47º degrees, saturation: 0.88, 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 #AA340B is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 11 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.33 |
| HSL | 15.47º | 0.88% | 0.35% | - |
| HSV(B) | 15.47º | 0.94% | 0.67% | - |
| XYZ | 17.87 | 11.03 | 1.5 | - |
| YUV | 82.61 | 87.59 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 11 | 0 | 0.69 | 0.94 | 0.33 | 15.47 | 0.88 | 0.35 |
| Hex | AA | 34 | B | 0 | 45 | 5E | 21 | F | 58 | 23 |
| Octal | 252 | 64 | 13 | 0 | 105 | 136 | 41 | 17 | 130 | 43 |
| Binary | 10101010 | 110100 | 1011 | 0 | 1000101 | 1011110 | 100001 | 1111 | 1011000 | 100011 |
Color Harmonies of #AA340B
Complementary color
Monochromatic Colors of #AA340B
Black with #AA340B
Text Example
Text Example
White with #AA340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA340B; }
p { color: rgb(170,52,11); }
H1.HeaderClassName
{
color: #AA340B;
}
.AnyTagClassName
{
color: #AA340B;
}
</style>
background-color css
<style>
a { background-color: #AA340B; }
a { background-color: rgb(170,52,11); }
div.DivClassName
{
background-color: #AA340B;
}
.BgClassName
{
background-color: #AA340B;
}
</style>
border-color css
<style>
span { border-color: #AA340B; }
span { border-color: rgb(170,52,11); }
td.TdClassName
{
border-color: #AA340B;
}
.TagClassName
{
border-color: #AA340B;
}
</style>