Shades of Rust #AA440D
Tints of Rust #AA440D
RGB
CMYK
RGB Variations
Color information
#AA440D (or 0xAA440D) is known color: Rust. HEX triplet: AA, 44 and 0D. RGB value is (170,68,13). Sum of RGB (Red+Green+Blue) = 170+68+13=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA440D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA440D is #55BBF2. Grayscale: #5C5C5C. Windows color (decimal): -5618675 or 869546. OLE color: 869546.
HSL color Cylindrical-coordinate representation of color #AA440D: hue angle of 21.02º 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 #AA440D is Cyan = 0, Magento = 0.6, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 13 | - |
| CMYK | 0 | 0.6 | 0.92 | 0.33 |
| HSL | 21.02º | 0.86% | 0.36% | - |
| HSV(B) | 21.02º | 0.92% | 0.67% | - |
| XYZ | 18.72 | 12.71 | 1.85 | - |
| YUV | 92.23 | 83.29 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 13 | 0 | 0.6 | 0.92 | 0.33 | 21.02 | 0.86 | 0.36 |
| Hex | AA | 44 | D | 0 | 3C | 5C | 21 | 15 | 56 | 24 |
| Octal | 252 | 104 | 15 | 0 | 74 | 134 | 41 | 25 | 126 | 44 |
| Binary | 10101010 | 1000100 | 1101 | 0 | 111100 | 1011100 | 100001 | 10101 | 1010110 | 100100 |
Color Harmonies of #AA440D
Complementary color
Monochromatic Colors of #AA440D
Black with #AA440D
Text Example
Text Example
White with #AA440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA440D; }
p { color: rgb(170,68,13); }
H1.HeaderClassName
{
color: #AA440D;
}
.AnyTagClassName
{
color: #AA440D;
}
</style>
background-color css
<style>
a { background-color: #AA440D; }
a { background-color: rgb(170,68,13); }
div.DivClassName
{
background-color: #AA440D;
}
.BgClassName
{
background-color: #AA440D;
}
</style>
border-color css
<style>
span { border-color: #AA440D; }
span { border-color: rgb(170,68,13); }
td.TdClassName
{
border-color: #AA440D;
}
.TagClassName
{
border-color: #AA440D;
}
</style>