Shades of Rust #AA370D
Tints of Rust #AA370D
RGB
CMYK
RGB Variations
Color information
#AA370D (or 0xAA370D) is known color: Rust. HEX triplet: AA, 37 and 0D. RGB value is (170,55,13). Sum of RGB (Red+Green+Blue) = 170+55+13=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA370D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA370D is #55C8F2. Grayscale: #545454. Windows color (decimal): -5622003 or 866218. OLE color: 866218.
HSL color Cylindrical-coordinate representation of color #AA370D: hue angle of 16.05º 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 #AA370D is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 13 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.33 |
| HSL | 16.05º | 0.86% | 0.36% | - |
| HSV(B) | 16.05º | 0.92% | 0.67% | - |
| XYZ | 18.02 | 11.31 | 1.61 | - |
| YUV | 84.6 | 87.6 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 13 | 0 | 0.68 | 0.92 | 0.33 | 16.05 | 0.86 | 0.36 |
| Hex | AA | 37 | D | 0 | 44 | 5C | 21 | 10 | 56 | 24 |
| Octal | 252 | 67 | 15 | 0 | 104 | 134 | 41 | 20 | 126 | 44 |
| Binary | 10101010 | 110111 | 1101 | 0 | 1000100 | 1011100 | 100001 | 10000 | 1010110 | 100100 |
Color Harmonies of #AA370D
Complementary color
Monochromatic Colors of #AA370D
Black with #AA370D
Text Example
Text Example
White with #AA370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA370D; }
p { color: rgb(170,55,13); }
H1.HeaderClassName
{
color: #AA370D;
}
.AnyTagClassName
{
color: #AA370D;
}
</style>
background-color css
<style>
a { background-color: #AA370D; }
a { background-color: rgb(170,55,13); }
div.DivClassName
{
background-color: #AA370D;
}
.BgClassName
{
background-color: #AA370D;
}
</style>
border-color css
<style>
span { border-color: #AA370D; }
span { border-color: rgb(170,55,13); }
td.TdClassName
{
border-color: #AA370D;
}
.TagClassName
{
border-color: #AA370D;
}
</style>