Shades of Rust #AA3F01
Tints of Rust #AA3F01
RGB
CMYK
RGB Variations
Color information
#AA3F01 (or 0xAA3F01) is known color: Rust. HEX triplet: AA, 3F and 01. RGB value is (170,63,1). Sum of RGB (Red+Green+Blue) = 170+63+1=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3F01 is #55C0FE. Grayscale: #585858. Windows color (decimal): -5619967 or 81834. OLE color: 81834.
HSL color Cylindrical-coordinate representation of color #AA3F01: hue angle of 22.01º 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 #AA3F01 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 1 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.33 |
| HSL | 22.01º | 0.99% | 0.34% | - |
| HSV(B) | 22.01º | 0.99% | 0.67% | - |
| XYZ | 18.36 | 12.1 | 1.4 | - |
| YUV | 87.93 | 78.95 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 1 | 0 | 0.63 | 0.99 | 0.33 | 22.01 | 0.99 | 0.34 |
| Hex | AA | 3F | 1 | 0 | 3F | 63 | 21 | 16 | 63 | 22 |
| Octal | 252 | 77 | 1 | 0 | 77 | 143 | 41 | 26 | 143 | 42 |
| Binary | 10101010 | 111111 | 1 | 0 | 111111 | 1100011 | 100001 | 10110 | 1100011 | 100010 |
Color Harmonies of #AA3F01
Complementary color
Monochromatic Colors of #AA3F01
Black with #AA3F01
Text Example
Text Example
White with #AA3F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F01; }
p { color: rgb(170,63,1); }
H1.HeaderClassName
{
color: #AA3F01;
}
.AnyTagClassName
{
color: #AA3F01;
}
</style>
background-color css
<style>
a { background-color: #AA3F01; }
a { background-color: rgb(170,63,1); }
div.DivClassName
{
background-color: #AA3F01;
}
.BgClassName
{
background-color: #AA3F01;
}
</style>
border-color css
<style>
span { border-color: #AA3F01; }
span { border-color: rgb(170,63,1); }
td.TdClassName
{
border-color: #AA3F01;
}
.TagClassName
{
border-color: #AA3F01;
}
</style>