Shades of Rust #AA3D00
Tints of Rust #AA3D00
RGB
CMYK
RGB Variations
Color information
#AA3D00 (or 0xAA3D00) is known color: Rust. HEX triplet: AA, 3D and 00. RGB value is (170,61,0). Sum of RGB (Red+Green+Blue) = 170+61+0=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3D00 is #55C2FF. Grayscale: #565656. Windows color (decimal): -5620480 or 15786. OLE color: 15786.
HSL color Cylindrical-coordinate representation of color #AA3D00: hue angle of 21.53º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA3D00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 61 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.33 |
| HSL | 21.53º | 1% | 0.33% | - |
| HSV(B) | 21.53º | 1% | 0.67% | - |
| XYZ | 18.25 | 11.88 | 1.33 | - |
| YUV | 86.64 | 79.11 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 61 | 0 | 0 | 0.64 | 1 | 0.33 | 21.53 | 1 | 0.33 |
| Hex | AA | 3D | 0 | 0 | 40 | 64 | 21 | 16 | 64 | 21 |
| Octal | 252 | 75 | 0 | 0 | 100 | 144 | 41 | 26 | 144 | 41 |
| Binary | 10101010 | 111101 | 0 | 0 | 1000000 | 1100100 | 100001 | 10110 | 1100100 | 100001 |
Color Harmonies of #AA3D00
Complementary color
Monochromatic Colors of #AA3D00
Black with #AA3D00
Text Example
Text Example
White with #AA3D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3D00; }
p { color: rgb(170,61,0); }
H1.HeaderClassName
{
color: #AA3D00;
}
.AnyTagClassName
{
color: #AA3D00;
}
</style>
background-color css
<style>
a { background-color: #AA3D00; }
a { background-color: rgb(170,61,0); }
div.DivClassName
{
background-color: #AA3D00;
}
.BgClassName
{
background-color: #AA3D00;
}
</style>
border-color css
<style>
span { border-color: #AA3D00; }
span { border-color: rgb(170,61,0); }
td.TdClassName
{
border-color: #AA3D00;
}
.TagClassName
{
border-color: #AA3D00;
}
</style>