Shades of Rust #AA3906
Tints of Rust #AA3906
RGB
CMYK
RGB Variations
Color information
#AA3906 (or 0xAA3906) is known color: Rust. HEX triplet: AA, 39 and 06. RGB value is (170,57,6). Sum of RGB (Red+Green+Blue) = 170+57+6=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3906 is #55C6F9. Grayscale: #555555. Windows color (decimal): -5621498 or 407978. OLE color: 407978.
HSL color Cylindrical-coordinate representation of color #AA3906: hue angle of 18.66º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA3906 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 6 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.33 |
| HSL | 18.66º | 0.93% | 0.35% | - |
| HSV(B) | 18.66º | 0.96% | 0.67% | - |
| XYZ | 18.07 | 11.49 | 1.44 | - |
| YUV | 84.97 | 83.44 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 6 | 0 | 0.66 | 0.96 | 0.33 | 18.66 | 0.93 | 0.35 |
| Hex | AA | 39 | 6 | 0 | 42 | 60 | 21 | 13 | 5D | 23 |
| Octal | 252 | 71 | 6 | 0 | 102 | 140 | 41 | 23 | 135 | 43 |
| Binary | 10101010 | 111001 | 110 | 0 | 1000010 | 1100000 | 100001 | 10011 | 1011101 | 100011 |
Color Harmonies of #AA3906
Complementary color
Monochromatic Colors of #AA3906
Black with #AA3906
Text Example
Text Example
White with #AA3906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3906; }
p { color: rgb(170,57,6); }
H1.HeaderClassName
{
color: #AA3906;
}
.AnyTagClassName
{
color: #AA3906;
}
</style>
background-color css
<style>
a { background-color: #AA3906; }
a { background-color: rgb(170,57,6); }
div.DivClassName
{
background-color: #AA3906;
}
.BgClassName
{
background-color: #AA3906;
}
</style>
border-color css
<style>
span { border-color: #AA3906; }
span { border-color: rgb(170,57,6); }
td.TdClassName
{
border-color: #AA3906;
}
.TagClassName
{
border-color: #AA3906;
}
</style>