Shades of Rust #AA3F0A
Tints of Rust #AA3F0A
RGB
CMYK
RGB Variations
Color information
#AA3F0A (or 0xAA3F0A) is known color: Rust. HEX triplet: AA, 3F and 0A. RGB value is (170,63,10). Sum of RGB (Red+Green+Blue) = 170+63+10=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3F0A is #55C0F5. Grayscale: #595959. Windows color (decimal): -5619958 or 671658. OLE color: 671658.
HSL color Cylindrical-coordinate representation of color #AA3F0A: hue angle of 19.88º 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 #AA3F0A is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 10 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.33 |
| HSL | 19.88º | 0.89% | 0.35% | - |
| HSV(B) | 19.88º | 0.94% | 0.67% | - |
| XYZ | 18.41 | 12.12 | 1.66 | - |
| YUV | 88.95 | 83.45 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 10 | 0 | 0.63 | 0.94 | 0.33 | 19.88 | 0.89 | 0.35 |
| Hex | AA | 3F | A | 0 | 3F | 5E | 21 | 14 | 59 | 23 |
| Octal | 252 | 77 | 12 | 0 | 77 | 136 | 41 | 24 | 131 | 43 |
| Binary | 10101010 | 111111 | 1010 | 0 | 111111 | 1011110 | 100001 | 10100 | 1011001 | 100011 |
Color Harmonies of #AA3F0A
Complementary color
Monochromatic Colors of #AA3F0A
Black with #AA3F0A
Text Example
Text Example
White with #AA3F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F0A; }
p { color: rgb(170,63,10); }
H1.HeaderClassName
{
color: #AA3F0A;
}
.AnyTagClassName
{
color: #AA3F0A;
}
</style>
background-color css
<style>
a { background-color: #AA3F0A; }
a { background-color: rgb(170,63,10); }
div.DivClassName
{
background-color: #AA3F0A;
}
.BgClassName
{
background-color: #AA3F0A;
}
</style>
border-color css
<style>
span { border-color: #AA3F0A; }
span { border-color: rgb(170,63,10); }
td.TdClassName
{
border-color: #AA3F0A;
}
.TagClassName
{
border-color: #AA3F0A;
}
</style>