Shades of Rust #AA3F03
Tints of Rust #AA3F03
RGB
CMYK
RGB Variations
Color information
#AA3F03 (or 0xAA3F03) is known color: Rust. HEX triplet: AA, 3F and 03. RGB value is (170,63,3). Sum of RGB (Red+Green+Blue) = 170+63+3=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3F03 is #55C0FC. Grayscale: #585858. Windows color (decimal): -5619965 or 212906. OLE color: 212906.
HSL color Cylindrical-coordinate representation of color #AA3F03: hue angle of 21.56º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA3F03 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 3 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.33 |
| HSL | 21.56º | 0.97% | 0.34% | - |
| HSV(B) | 21.56º | 0.98% | 0.67% | - |
| XYZ | 18.37 | 12.11 | 1.45 | - |
| YUV | 88.15 | 79.95 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 3 | 0 | 0.63 | 0.98 | 0.33 | 21.56 | 0.97 | 0.34 |
| Hex | AA | 3F | 3 | 0 | 3F | 62 | 21 | 16 | 61 | 22 |
| Octal | 252 | 77 | 3 | 0 | 77 | 142 | 41 | 26 | 141 | 42 |
| Binary | 10101010 | 111111 | 11 | 0 | 111111 | 1100010 | 100001 | 10110 | 1100001 | 100010 |
Color Harmonies of #AA3F03
Complementary color
Monochromatic Colors of #AA3F03
Black with #AA3F03
Text Example
Text Example
White with #AA3F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F03; }
p { color: rgb(170,63,3); }
H1.HeaderClassName
{
color: #AA3F03;
}
.AnyTagClassName
{
color: #AA3F03;
}
</style>
background-color css
<style>
a { background-color: #AA3F03; }
a { background-color: rgb(170,63,3); }
div.DivClassName
{
background-color: #AA3F03;
}
.BgClassName
{
background-color: #AA3F03;
}
</style>
border-color css
<style>
span { border-color: #AA3F03; }
span { border-color: rgb(170,63,3); }
td.TdClassName
{
border-color: #AA3F03;
}
.TagClassName
{
border-color: #AA3F03;
}
</style>