Shades of Rust #AA3F05
Tints of Rust #AA3F05
RGB
CMYK
RGB Variations
Color information
#AA3F05 (or 0xAA3F05) is known color: Rust. HEX triplet: AA, 3F and 05. RGB value is (170,63,5). Sum of RGB (Red+Green+Blue) = 170+63+5=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3F05 is #55C0FA. Grayscale: #585858. Windows color (decimal): -5619963 or 343978. OLE color: 343978.
HSL color Cylindrical-coordinate representation of color #AA3F05: hue angle of 21.09º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA3F05 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 5 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.33 |
| HSL | 21.09º | 0.94% | 0.34% | - |
| HSV(B) | 21.09º | 0.97% | 0.67% | - |
| XYZ | 18.38 | 12.11 | 1.51 | - |
| YUV | 88.38 | 80.95 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 5 | 0 | 0.63 | 0.97 | 0.33 | 21.09 | 0.94 | 0.34 |
| Hex | AA | 3F | 5 | 0 | 3F | 61 | 21 | 15 | 5E | 22 |
| Octal | 252 | 77 | 5 | 0 | 77 | 141 | 41 | 25 | 136 | 42 |
| Binary | 10101010 | 111111 | 101 | 0 | 111111 | 1100001 | 100001 | 10101 | 1011110 | 100010 |
Color Harmonies of #AA3F05
Complementary color
Monochromatic Colors of #AA3F05
Black with #AA3F05
Text Example
Text Example
White with #AA3F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F05; }
p { color: rgb(170,63,5); }
H1.HeaderClassName
{
color: #AA3F05;
}
.AnyTagClassName
{
color: #AA3F05;
}
</style>
background-color css
<style>
a { background-color: #AA3F05; }
a { background-color: rgb(170,63,5); }
div.DivClassName
{
background-color: #AA3F05;
}
.BgClassName
{
background-color: #AA3F05;
}
</style>
border-color css
<style>
span { border-color: #AA3F05; }
span { border-color: rgb(170,63,5); }
td.TdClassName
{
border-color: #AA3F05;
}
.TagClassName
{
border-color: #AA3F05;
}
</style>