Shades of Rust #AA4403
Tints of Rust #AA4403
RGB
CMYK
RGB Variations
Color information
#AA4403 (or 0xAA4403) is known color: Rust. HEX triplet: AA, 44 and 03. RGB value is (170,68,3). Sum of RGB (Red+Green+Blue) = 170+68+3=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4403 is #55BBFC. Grayscale: #5B5B5B. Windows color (decimal): -5618685 or 214186. OLE color: 214186.
HSL color Cylindrical-coordinate representation of color #AA4403: hue angle of 23.35º 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 #AA4403 is Cyan = 0, Magento = 0.6, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 3 | - |
| CMYK | 0 | 0.6 | 0.98 | 0.33 |
| HSL | 23.35º | 0.97% | 0.34% | - |
| HSV(B) | 23.35º | 0.98% | 0.67% | - |
| XYZ | 18.66 | 12.69 | 1.55 | - |
| YUV | 91.09 | 78.29 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 3 | 0 | 0.6 | 0.98 | 0.33 | 23.35 | 0.97 | 0.34 |
| Hex | AA | 44 | 3 | 0 | 3C | 62 | 21 | 17 | 61 | 22 |
| Octal | 252 | 104 | 3 | 0 | 74 | 142 | 41 | 27 | 141 | 42 |
| Binary | 10101010 | 1000100 | 11 | 0 | 111100 | 1100010 | 100001 | 10111 | 1100001 | 100010 |
Color Harmonies of #AA4403
Complementary color
Monochromatic Colors of #AA4403
Black with #AA4403
Text Example
Text Example
White with #AA4403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4403; }
p { color: rgb(170,68,3); }
H1.HeaderClassName
{
color: #AA4403;
}
.AnyTagClassName
{
color: #AA4403;
}
</style>
background-color css
<style>
a { background-color: #AA4403; }
a { background-color: rgb(170,68,3); }
div.DivClassName
{
background-color: #AA4403;
}
.BgClassName
{
background-color: #AA4403;
}
</style>
border-color css
<style>
span { border-color: #AA4403; }
span { border-color: rgb(170,68,3); }
td.TdClassName
{
border-color: #AA4403;
}
.TagClassName
{
border-color: #AA4403;
}
</style>