Shades of Rust #AA2600
Tints of Rust #AA2600
RGB
CMYK
RGB Variations
Color information
#AA2600 (or 0xAA2600) is known color: Rust. HEX triplet: AA, 26 and 00. RGB value is (170,38,0). Sum of RGB (Red+Green+Blue) = 170+38+0=208 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.73% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2600 is #55D9FF. Grayscale: #494949. Windows color (decimal): -5626368 or 9898. OLE color: 9898.
HSL color Cylindrical-coordinate representation of color #AA2600: hue angle of 13.41º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA2600 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.33 |
| HSL | 13.41º | 1% | 0.33% | - |
| HSV(B) | 13.41º | 1% | 0.67% | - |
| XYZ | 17.27 | 9.93 | 1.01 | - |
| YUV | 73.14 | 86.73 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 0 | 0 | 0.78 | 1 | 0.33 | 13.41 | 1 | 0.33 |
| Hex | AA | 26 | 0 | 0 | 4E | 64 | 21 | D | 64 | 21 |
| Octal | 252 | 46 | 0 | 0 | 116 | 144 | 41 | 15 | 144 | 41 |
| Binary | 10101010 | 100110 | 0 | 0 | 1001110 | 1100100 | 100001 | 1101 | 1100100 | 100001 |
Color Harmonies of #AA2600
Complementary color
Monochromatic Colors of #AA2600
Black with #AA2600
Text Example
Text Example
White with #AA2600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2600; }
p { color: rgb(170,38,0); }
H1.HeaderClassName
{
color: #AA2600;
}
.AnyTagClassName
{
color: #AA2600;
}
</style>
background-color css
<style>
a { background-color: #AA2600; }
a { background-color: rgb(170,38,0); }
div.DivClassName
{
background-color: #AA2600;
}
.BgClassName
{
background-color: #AA2600;
}
</style>
border-color css
<style>
span { border-color: #AA2600; }
span { border-color: rgb(170,38,0); }
td.TdClassName
{
border-color: #AA2600;
}
.TagClassName
{
border-color: #AA2600;
}
</style>