Shades of Rust #AA3E0F
Tints of Rust #AA3E0F
RGB
CMYK
RGB Variations
Color information
#AA3E0F (or 0xAA3E0F) is known color: Rust. HEX triplet: AA, 3E and 0F. RGB value is (170,62,15). Sum of RGB (Red+Green+Blue) = 170+62+15=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3E0F is #55C1F0. Grayscale: #595959. Windows color (decimal): -5620209 or 999082. OLE color: 999082.
HSL color Cylindrical-coordinate representation of color #AA3E0F: hue angle of 18.19º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA3E0F is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 62 | 15 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.33 |
| HSL | 18.19º | 0.84% | 0.36% | - |
| HSV(B) | 18.19º | 0.91% | 0.67% | - |
| XYZ | 18.39 | 12.03 | 1.8 | - |
| YUV | 88.93 | 86.28 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 15 | 0 | 0.64 | 0.91 | 0.33 | 18.19 | 0.84 | 0.36 |
| Hex | AA | 3E | F | 0 | 40 | 5B | 21 | 12 | 54 | 24 |
| Octal | 252 | 76 | 17 | 0 | 100 | 133 | 41 | 22 | 124 | 44 |
| Binary | 10101010 | 111110 | 1111 | 0 | 1000000 | 1011011 | 100001 | 10010 | 1010100 | 100100 |
Color Harmonies of #AA3E0F
Complementary color
Monochromatic Colors of #AA3E0F
Black with #AA3E0F
Text Example
Text Example
White with #AA3E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3E0F; }
p { color: rgb(170,62,15); }
H1.HeaderClassName
{
color: #AA3E0F;
}
.AnyTagClassName
{
color: #AA3E0F;
}
</style>
background-color css
<style>
a { background-color: #AA3E0F; }
a { background-color: rgb(170,62,15); }
div.DivClassName
{
background-color: #AA3E0F;
}
.BgClassName
{
background-color: #AA3E0F;
}
</style>
border-color css
<style>
span { border-color: #AA3E0F; }
span { border-color: rgb(170,62,15); }
td.TdClassName
{
border-color: #AA3E0F;
}
.TagClassName
{
border-color: #AA3E0F;
}
</style>