Shades of Rust #AA3403
Tints of Rust #AA3403
RGB
CMYK
RGB Variations
Color information
#AA3403 (or 0xAA3403) is known color: Rust. HEX triplet: AA, 34 and 03. RGB value is (170,52,3). Sum of RGB (Red+Green+Blue) = 170+52+3=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3403 is #55CBFC. Grayscale: #525252. Windows color (decimal): -5622781 or 210090. OLE color: 210090.
HSL color Cylindrical-coordinate representation of color #AA3403: hue angle of 17.6º 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 #AA3403 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 3 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.33 |
| HSL | 17.6º | 0.97% | 0.34% | - |
| HSV(B) | 17.6º | 0.98% | 0.67% | - |
| XYZ | 17.82 | 11.01 | 1.27 | - |
| YUV | 81.7 | 83.59 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 3 | 0 | 0.69 | 0.98 | 0.33 | 17.6 | 0.97 | 0.34 |
| Hex | AA | 34 | 3 | 0 | 45 | 62 | 21 | 12 | 61 | 22 |
| Octal | 252 | 64 | 3 | 0 | 105 | 142 | 41 | 22 | 141 | 42 |
| Binary | 10101010 | 110100 | 11 | 0 | 1000101 | 1100010 | 100001 | 10010 | 1100001 | 100010 |
Color Harmonies of #AA3403
Complementary color
Monochromatic Colors of #AA3403
Black with #AA3403
Text Example
Text Example
White with #AA3403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3403; }
p { color: rgb(170,52,3); }
H1.HeaderClassName
{
color: #AA3403;
}
.AnyTagClassName
{
color: #AA3403;
}
</style>
background-color css
<style>
a { background-color: #AA3403; }
a { background-color: rgb(170,52,3); }
div.DivClassName
{
background-color: #AA3403;
}
.BgClassName
{
background-color: #AA3403;
}
</style>
border-color css
<style>
span { border-color: #AA3403; }
span { border-color: rgb(170,52,3); }
td.TdClassName
{
border-color: #AA3403;
}
.TagClassName
{
border-color: #AA3403;
}
</style>