Shades of Rust #AA3D01
Tints of Rust #AA3D01
RGB
CMYK
RGB Variations
Color information
#AA3D01 (or 0xAA3D01) is known color: Rust. HEX triplet: AA, 3D and 01. RGB value is (170,61,1). Sum of RGB (Red+Green+Blue) = 170+61+1=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3D01 is #55C2FE. Grayscale: #575757. Windows color (decimal): -5620479 or 81322. OLE color: 81322.
HSL color Cylindrical-coordinate representation of color #AA3D01: hue angle of 21.3º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA3D01 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 61 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.33 |
| HSL | 21.3º | 0.99% | 0.34% | - |
| HSV(B) | 21.3º | 0.99% | 0.67% | - |
| XYZ | 18.25 | 11.89 | 1.36 | - |
| YUV | 86.75 | 79.61 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 61 | 1 | 0 | 0.64 | 0.99 | 0.33 | 21.3 | 0.99 | 0.34 |
| Hex | AA | 3D | 1 | 0 | 40 | 63 | 21 | 15 | 63 | 22 |
| Octal | 252 | 75 | 1 | 0 | 100 | 143 | 41 | 25 | 143 | 42 |
| Binary | 10101010 | 111101 | 1 | 0 | 1000000 | 1100011 | 100001 | 10101 | 1100011 | 100010 |
Color Harmonies of #AA3D01
Complementary color
Monochromatic Colors of #AA3D01
Black with #AA3D01
Text Example
Text Example
White with #AA3D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3D01; }
p { color: rgb(170,61,1); }
H1.HeaderClassName
{
color: #AA3D01;
}
.AnyTagClassName
{
color: #AA3D01;
}
</style>
background-color css
<style>
a { background-color: #AA3D01; }
a { background-color: rgb(170,61,1); }
div.DivClassName
{
background-color: #AA3D01;
}
.BgClassName
{
background-color: #AA3D01;
}
</style>
border-color css
<style>
span { border-color: #AA3D01; }
span { border-color: rgb(170,61,1); }
td.TdClassName
{
border-color: #AA3D01;
}
.TagClassName
{
border-color: #AA3D01;
}
</style>