Shades of Rust #AA450D
Tints of Rust #AA450D
RGB
CMYK
RGB Variations
Color information
#AA450D (or 0xAA450D) is known color: Rust. HEX triplet: AA, 45 and 0D. RGB value is (170,69,13). Sum of RGB (Red+Green+Blue) = 170+69+13=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA450D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA450D is #55BAF2. Grayscale: #5D5D5D. Windows color (decimal): -5618419 or 869802. OLE color: 869802.
HSL color Cylindrical-coordinate representation of color #AA450D: hue angle of 21.4º 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 #AA450D is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 13 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.33 |
| HSL | 21.4º | 0.86% | 0.36% | - |
| HSV(B) | 21.4º | 0.92% | 0.67% | - |
| XYZ | 18.78 | 12.83 | 1.87 | - |
| YUV | 92.82 | 82.96 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 13 | 0 | 0.59 | 0.92 | 0.33 | 21.4 | 0.86 | 0.36 |
| Hex | AA | 45 | D | 0 | 3B | 5C | 21 | 15 | 56 | 24 |
| Octal | 252 | 105 | 15 | 0 | 73 | 134 | 41 | 25 | 126 | 44 |
| Binary | 10101010 | 1000101 | 1101 | 0 | 111011 | 1011100 | 100001 | 10101 | 1010110 | 100100 |
Color Harmonies of #AA450D
Complementary color
Monochromatic Colors of #AA450D
Black with #AA450D
Text Example
Text Example
White with #AA450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA450D; }
p { color: rgb(170,69,13); }
H1.HeaderClassName
{
color: #AA450D;
}
.AnyTagClassName
{
color: #AA450D;
}
</style>
background-color css
<style>
a { background-color: #AA450D; }
a { background-color: rgb(170,69,13); }
div.DivClassName
{
background-color: #AA450D;
}
.BgClassName
{
background-color: #AA450D;
}
</style>
border-color css
<style>
span { border-color: #AA450D; }
span { border-color: rgb(170,69,13); }
td.TdClassName
{
border-color: #AA450D;
}
.TagClassName
{
border-color: #AA450D;
}
</style>