Shades of Rust #AA4504
Tints of Rust #AA4504
RGB
CMYK
RGB Variations
Color information
#AA4504 (or 0xAA4504) is known color: Rust. HEX triplet: AA, 45 and 04. RGB value is (170,69,4). Sum of RGB (Red+Green+Blue) = 170+69+4=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4504 is #55BAFB. Grayscale: #5C5C5C. Windows color (decimal): -5618428 or 279978. OLE color: 279978.
HSL color Cylindrical-coordinate representation of color #AA4504: hue angle of 23.49º 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 #AA4504 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 4 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.33 |
| HSL | 23.49º | 0.95% | 0.34% | - |
| HSV(B) | 23.49º | 0.98% | 0.67% | - |
| XYZ | 18.73 | 12.81 | 1.6 | - |
| YUV | 91.79 | 78.46 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 4 | 0 | 0.59 | 0.98 | 0.33 | 23.49 | 0.95 | 0.34 |
| Hex | AA | 45 | 4 | 0 | 3B | 62 | 21 | 17 | 5F | 22 |
| Octal | 252 | 105 | 4 | 0 | 73 | 142 | 41 | 27 | 137 | 42 |
| Binary | 10101010 | 1000101 | 100 | 0 | 111011 | 1100010 | 100001 | 10111 | 1011111 | 100010 |
Color Harmonies of #AA4504
Complementary color
Monochromatic Colors of #AA4504
Black with #AA4504
Text Example
Text Example
White with #AA4504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4504; }
p { color: rgb(170,69,4); }
H1.HeaderClassName
{
color: #AA4504;
}
.AnyTagClassName
{
color: #AA4504;
}
</style>
background-color css
<style>
a { background-color: #AA4504; }
a { background-color: rgb(170,69,4); }
div.DivClassName
{
background-color: #AA4504;
}
.BgClassName
{
background-color: #AA4504;
}
</style>
border-color css
<style>
span { border-color: #AA4504; }
span { border-color: rgb(170,69,4); }
td.TdClassName
{
border-color: #AA4504;
}
.TagClassName
{
border-color: #AA4504;
}
</style>