Shades of Rust #AA2B0D
Tints of Rust #AA2B0D
RGB
CMYK
RGB Variations
Color information
#AA2B0D (or 0xAA2B0D) is known color: Rust. HEX triplet: AA, 2B and 0D. RGB value is (170,43,13). Sum of RGB (Red+Green+Blue) = 170+43+13=226 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.22% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2B0D is #55D4F2. Grayscale: #4D4D4D. Windows color (decimal): -5625075 or 863146. OLE color: 863146.
HSL color Cylindrical-coordinate representation of color #AA2B0D: hue angle of 11.46º 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 #AA2B0D is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 43 | 13 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.33 |
| HSL | 11.46º | 0.86% | 0.36% | - |
| HSV(B) | 11.46º | 0.92% | 0.67% | - |
| XYZ | 17.51 | 10.3 | 1.45 | - |
| YUV | 77.55 | 91.58 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 13 | 0 | 0.75 | 0.92 | 0.33 | 11.46 | 0.86 | 0.36 |
| Hex | AA | 2B | D | 0 | 4B | 5C | 21 | B | 56 | 24 |
| Octal | 252 | 53 | 15 | 0 | 113 | 134 | 41 | 13 | 126 | 44 |
| Binary | 10101010 | 101011 | 1101 | 0 | 1001011 | 1011100 | 100001 | 1011 | 1010110 | 100100 |
Color Harmonies of #AA2B0D
Complementary color
Monochromatic Colors of #AA2B0D
Black with #AA2B0D
Text Example
Text Example
White with #AA2B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2B0D; }
p { color: rgb(170,43,13); }
H1.HeaderClassName
{
color: #AA2B0D;
}
.AnyTagClassName
{
color: #AA2B0D;
}
</style>
background-color css
<style>
a { background-color: #AA2B0D; }
a { background-color: rgb(170,43,13); }
div.DivClassName
{
background-color: #AA2B0D;
}
.BgClassName
{
background-color: #AA2B0D;
}
</style>
border-color css
<style>
span { border-color: #AA2B0D; }
span { border-color: rgb(170,43,13); }
td.TdClassName
{
border-color: #AA2B0D;
}
.TagClassName
{
border-color: #AA2B0D;
}
</style>