Shades of Rust #AA3603
Tints of Rust #AA3603
RGB
CMYK
RGB Variations
Color information
#AA3603 (or 0xAA3603) is known color: Rust. HEX triplet: AA, 36 and 03. RGB value is (170,54,3). Sum of RGB (Red+Green+Blue) = 170+54+3=227 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.89% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3603 is #55C9FC. Grayscale: #535353. Windows color (decimal): -5622269 or 210602. OLE color: 210602.
HSL color Cylindrical-coordinate representation of color #AA3603: hue angle of 18.32º 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 #AA3603 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 3 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.33 |
| HSL | 18.32º | 0.97% | 0.34% | - |
| HSV(B) | 18.32º | 0.98% | 0.67% | - |
| XYZ | 17.91 | 11.19 | 1.3 | - |
| YUV | 82.87 | 82.93 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 3 | 0 | 0.68 | 0.98 | 0.33 | 18.32 | 0.97 | 0.34 |
| Hex | AA | 36 | 3 | 0 | 44 | 62 | 21 | 12 | 61 | 22 |
| Octal | 252 | 66 | 3 | 0 | 104 | 142 | 41 | 22 | 141 | 42 |
| Binary | 10101010 | 110110 | 11 | 0 | 1000100 | 1100010 | 100001 | 10010 | 1100001 | 100010 |
Color Harmonies of #AA3603
Complementary color
Monochromatic Colors of #AA3603
Black with #AA3603
Text Example
Text Example
White with #AA3603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3603; }
p { color: rgb(170,54,3); }
H1.HeaderClassName
{
color: #AA3603;
}
.AnyTagClassName
{
color: #AA3603;
}
</style>
background-color css
<style>
a { background-color: #AA3603; }
a { background-color: rgb(170,54,3); }
div.DivClassName
{
background-color: #AA3603;
}
.BgClassName
{
background-color: #AA3603;
}
</style>
border-color css
<style>
span { border-color: #AA3603; }
span { border-color: rgb(170,54,3); }
td.TdClassName
{
border-color: #AA3603;
}
.TagClassName
{
border-color: #AA3603;
}
</style>