Shades of Rust #AA3F0D
Tints of Rust #AA3F0D
RGB
CMYK
RGB Variations
Color information
#AA3F0D (or 0xAA3F0D) is known color: Rust. HEX triplet: AA, 3F and 0D. RGB value is (170,63,13). Sum of RGB (Red+Green+Blue) = 170+63+13=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3F0D is #55C0F2. Grayscale: #595959. Windows color (decimal): -5619955 or 868266. OLE color: 868266.
HSL color Cylindrical-coordinate representation of color #AA3F0D: hue angle of 19.11º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA3F0D is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 13 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.33 |
| HSL | 19.11º | 0.86% | 0.36% | - |
| HSV(B) | 19.11º | 0.92% | 0.67% | - |
| XYZ | 18.43 | 12.13 | 1.75 | - |
| YUV | 89.29 | 84.95 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 13 | 0 | 0.63 | 0.92 | 0.33 | 19.11 | 0.86 | 0.36 |
| Hex | AA | 3F | D | 0 | 3F | 5C | 21 | 13 | 56 | 24 |
| Octal | 252 | 77 | 15 | 0 | 77 | 134 | 41 | 23 | 126 | 44 |
| Binary | 10101010 | 111111 | 1101 | 0 | 111111 | 1011100 | 100001 | 10011 | 1010110 | 100100 |
Color Harmonies of #AA3F0D
Complementary color
Monochromatic Colors of #AA3F0D
Black with #AA3F0D
Text Example
Text Example
White with #AA3F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F0D; }
p { color: rgb(170,63,13); }
H1.HeaderClassName
{
color: #AA3F0D;
}
.AnyTagClassName
{
color: #AA3F0D;
}
</style>
background-color css
<style>
a { background-color: #AA3F0D; }
a { background-color: rgb(170,63,13); }
div.DivClassName
{
background-color: #AA3F0D;
}
.BgClassName
{
background-color: #AA3F0D;
}
</style>
border-color css
<style>
span { border-color: #AA3F0D; }
span { border-color: rgb(170,63,13); }
td.TdClassName
{
border-color: #AA3F0D;
}
.TagClassName
{
border-color: #AA3F0D;
}
</style>