Shades of Rust #AA4404
Tints of Rust #AA4404
RGB
CMYK
RGB Variations
Color information
#AA4404 (or 0xAA4404) is known color: Rust. HEX triplet: AA, 44 and 04. RGB value is (170,68,4). Sum of RGB (Red+Green+Blue) = 170+68+4=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4404 is #55BBFB. Grayscale: #5B5B5B. Windows color (decimal): -5618684 or 279722. OLE color: 279722.
HSL color Cylindrical-coordinate representation of color #AA4404: hue angle of 23.13º degrees, saturation: 0.95, 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 #AA4404 is Cyan = 0, Magento = 0.6, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 4 | - |
| CMYK | 0 | 0.6 | 0.98 | 0.33 |
| HSL | 23.13º | 0.95% | 0.34% | - |
| HSV(B) | 23.13º | 0.98% | 0.67% | - |
| XYZ | 18.67 | 12.69 | 1.58 | - |
| YUV | 91.2 | 78.79 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 4 | 0 | 0.6 | 0.98 | 0.33 | 23.13 | 0.95 | 0.34 |
| Hex | AA | 44 | 4 | 0 | 3C | 62 | 21 | 17 | 5F | 22 |
| Octal | 252 | 104 | 4 | 0 | 74 | 142 | 41 | 27 | 137 | 42 |
| Binary | 10101010 | 1000100 | 100 | 0 | 111100 | 1100010 | 100001 | 10111 | 1011111 | 100010 |
Color Harmonies of #AA4404
Complementary color
Monochromatic Colors of #AA4404
Black with #AA4404
Text Example
Text Example
White with #AA4404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4404; }
p { color: rgb(170,68,4); }
H1.HeaderClassName
{
color: #AA4404;
}
.AnyTagClassName
{
color: #AA4404;
}
</style>
background-color css
<style>
a { background-color: #AA4404; }
a { background-color: rgb(170,68,4); }
div.DivClassName
{
background-color: #AA4404;
}
.BgClassName
{
background-color: #AA4404;
}
</style>
border-color css
<style>
span { border-color: #AA4404; }
span { border-color: rgb(170,68,4); }
td.TdClassName
{
border-color: #AA4404;
}
.TagClassName
{
border-color: #AA4404;
}
</style>