Shades of Rust #AA360D
Tints of Rust #AA360D
RGB
CMYK
RGB Variations
Color information
#AA360D (or 0xAA360D) is known color: Rust. HEX triplet: AA, 36 and 0D. RGB value is (170,54,13). Sum of RGB (Red+Green+Blue) = 170+54+13=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA360D is #55C9F2. Grayscale: #545454. Windows color (decimal): -5622259 or 865962. OLE color: 865962.
HSL color Cylindrical-coordinate representation of color #AA360D: hue angle of 15.67º 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 #AA360D is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 13 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.33 |
| HSL | 15.67º | 0.86% | 0.36% | - |
| HSV(B) | 15.67º | 0.92% | 0.67% | - |
| XYZ | 17.97 | 11.21 | 1.6 | - |
| YUV | 84.01 | 87.93 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 13 | 0 | 0.68 | 0.92 | 0.33 | 15.67 | 0.86 | 0.36 |
| Hex | AA | 36 | D | 0 | 44 | 5C | 21 | 10 | 56 | 24 |
| Octal | 252 | 66 | 15 | 0 | 104 | 134 | 41 | 20 | 126 | 44 |
| Binary | 10101010 | 110110 | 1101 | 0 | 1000100 | 1011100 | 100001 | 10000 | 1010110 | 100100 |
Color Harmonies of #AA360D
Complementary color
Monochromatic Colors of #AA360D
Black with #AA360D
Text Example
Text Example
White with #AA360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA360D; }
p { color: rgb(170,54,13); }
H1.HeaderClassName
{
color: #AA360D;
}
.AnyTagClassName
{
color: #AA360D;
}
</style>
background-color css
<style>
a { background-color: #AA360D; }
a { background-color: rgb(170,54,13); }
div.DivClassName
{
background-color: #AA360D;
}
.BgClassName
{
background-color: #AA360D;
}
</style>
border-color css
<style>
span { border-color: #AA360D; }
span { border-color: rgb(170,54,13); }
td.TdClassName
{
border-color: #AA360D;
}
.TagClassName
{
border-color: #AA360D;
}
</style>