Shades of Rust #AA4C0D
Tints of Rust #AA4C0D
RGB
CMYK
RGB Variations
Color information
#AA4C0D (or 0xAA4C0D) is known color: Rust. HEX triplet: AA, 4C and 0D. RGB value is (170,76,13). Sum of RGB (Red+Green+Blue) = 170+76+13=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4C0D is #55B3F2. Grayscale: #616161. Windows color (decimal): -5616627 or 871594. OLE color: 871594.
HSL color Cylindrical-coordinate representation of color #AA4C0D: hue angle of 24.08º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA4C0D is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 13 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.33 |
| HSL | 24.08º | 0.86% | 0.36% | - |
| HSV(B) | 24.08º | 0.92% | 0.67% | - |
| XYZ | 19.23 | 13.74 | 2.02 | - |
| YUV | 96.92 | 80.64 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 13 | 0 | 0.55 | 0.92 | 0.33 | 24.08 | 0.86 | 0.36 |
| Hex | AA | 4C | D | 0 | 37 | 5C | 21 | 18 | 56 | 24 |
| Octal | 252 | 114 | 15 | 0 | 67 | 134 | 41 | 30 | 126 | 44 |
| Binary | 10101010 | 1001100 | 1101 | 0 | 110111 | 1011100 | 100001 | 11000 | 1010110 | 100100 |
Color Harmonies of #AA4C0D
Complementary color
Monochromatic Colors of #AA4C0D
Black with #AA4C0D
Text Example
Text Example
White with #AA4C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C0D; }
p { color: rgb(170,76,13); }
H1.HeaderClassName
{
color: #AA4C0D;
}
.AnyTagClassName
{
color: #AA4C0D;
}
</style>
background-color css
<style>
a { background-color: #AA4C0D; }
a { background-color: rgb(170,76,13); }
div.DivClassName
{
background-color: #AA4C0D;
}
.BgClassName
{
background-color: #AA4C0D;
}
</style>
border-color css
<style>
span { border-color: #AA4C0D; }
span { border-color: rgb(170,76,13); }
td.TdClassName
{
border-color: #AA4C0D;
}
.TagClassName
{
border-color: #AA4C0D;
}
</style>