Shades of Rust #AA330D
Tints of Rust #AA330D
RGB
CMYK
RGB Variations
Color information
#AA330D (or 0xAA330D) is known color: Rust. HEX triplet: AA, 33 and 0D. RGB value is (170,51,13). Sum of RGB (Red+Green+Blue) = 170+51+13=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA330D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA330D is #55CCF2. Grayscale: #525252. Windows color (decimal): -5623027 or 865194. OLE color: 865194.
HSL color Cylindrical-coordinate representation of color #AA330D: hue angle of 14.52º 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 #AA330D is Cyan = 0, Magento = 0.7, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 51 | 13 | - |
| CMYK | 0 | 0.7 | 0.92 | 0.33 |
| HSL | 14.52º | 0.86% | 0.36% | - |
| HSV(B) | 14.52º | 0.92% | 0.67% | - |
| XYZ | 17.83 | 10.94 | 1.55 | - |
| YUV | 82.25 | 88.92 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 13 | 0 | 0.7 | 0.92 | 0.33 | 14.52 | 0.86 | 0.36 |
| Hex | AA | 33 | D | 0 | 46 | 5C | 21 | F | 56 | 24 |
| Octal | 252 | 63 | 15 | 0 | 106 | 134 | 41 | 17 | 126 | 44 |
| Binary | 10101010 | 110011 | 1101 | 0 | 1000110 | 1011100 | 100001 | 1111 | 1010110 | 100100 |
Color Harmonies of #AA330D
Complementary color
Monochromatic Colors of #AA330D
Black with #AA330D
Text Example
Text Example
White with #AA330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA330D; }
p { color: rgb(170,51,13); }
H1.HeaderClassName
{
color: #AA330D;
}
.AnyTagClassName
{
color: #AA330D;
}
</style>
background-color css
<style>
a { background-color: #AA330D; }
a { background-color: rgb(170,51,13); }
div.DivClassName
{
background-color: #AA330D;
}
.BgClassName
{
background-color: #AA330D;
}
</style>
border-color css
<style>
span { border-color: #AA330D; }
span { border-color: rgb(170,51,13); }
td.TdClassName
{
border-color: #AA330D;
}
.TagClassName
{
border-color: #AA330D;
}
</style>