Shades of Rust #AA2506
Tints of Rust #AA2506
RGB
CMYK
RGB Variations
Color information
#AA2506 (or 0xAA2506) is known color: Rust. HEX triplet: AA, 25 and 06. RGB value is (170,37,6). Sum of RGB (Red+Green+Blue) = 170+37+6=213 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.81% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2506 is #55DAF9. Grayscale: #494949. Windows color (decimal): -5626618 or 402858. OLE color: 402858.
HSL color Cylindrical-coordinate representation of color #AA2506: hue angle of 11.34º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA2506 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 6 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.33 |
| HSL | 11.34º | 0.93% | 0.35% | - |
| HSV(B) | 11.34º | 0.96% | 0.67% | - |
| XYZ | 17.27 | 9.88 | 1.17 | - |
| YUV | 73.23 | 90.06 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 6 | 0 | 0.78 | 0.96 | 0.33 | 11.34 | 0.93 | 0.35 |
| Hex | AA | 25 | 6 | 0 | 4E | 60 | 21 | B | 5D | 23 |
| Octal | 252 | 45 | 6 | 0 | 116 | 140 | 41 | 13 | 135 | 43 |
| Binary | 10101010 | 100101 | 110 | 0 | 1001110 | 1100000 | 100001 | 1011 | 1011101 | 100011 |
Color Harmonies of #AA2506
Complementary color
Monochromatic Colors of #AA2506
Black with #AA2506
Text Example
Text Example
White with #AA2506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2506; }
p { color: rgb(170,37,6); }
H1.HeaderClassName
{
color: #AA2506;
}
.AnyTagClassName
{
color: #AA2506;
}
</style>
background-color css
<style>
a { background-color: #AA2506; }
a { background-color: rgb(170,37,6); }
div.DivClassName
{
background-color: #AA2506;
}
.BgClassName
{
background-color: #AA2506;
}
</style>
border-color css
<style>
span { border-color: #AA2506; }
span { border-color: rgb(170,37,6); }
td.TdClassName
{
border-color: #AA2506;
}
.TagClassName
{
border-color: #AA2506;
}
</style>