Shades of Rust #AA2701
Tints of Rust #AA2701
RGB
CMYK
RGB Variations
Color information
#AA2701 (or 0xAA2701) is known color: Rust. HEX triplet: AA, 27 and 01. RGB value is (170,39,1). Sum of RGB (Red+Green+Blue) = 170+39+1=210 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.95% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2701 is #55D8FE. Grayscale: #4A4A4A. Windows color (decimal): -5626111 or 75690. OLE color: 75690.
HSL color Cylindrical-coordinate representation of color #AA2701: hue angle of 13.49º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA2701 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 1 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.33 |
| HSL | 13.49º | 0.99% | 0.34% | - |
| HSV(B) | 13.49º | 0.99% | 0.67% | - |
| XYZ | 17.31 | 10 | 1.05 | - |
| YUV | 73.84 | 86.9 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 1 | 0 | 0.77 | 0.99 | 0.33 | 13.49 | 0.99 | 0.34 |
| Hex | AA | 27 | 1 | 0 | 4D | 63 | 21 | D | 63 | 22 |
| Octal | 252 | 47 | 1 | 0 | 115 | 143 | 41 | 15 | 143 | 42 |
| Binary | 10101010 | 100111 | 1 | 0 | 1001101 | 1100011 | 100001 | 1101 | 1100011 | 100010 |
Color Harmonies of #AA2701
Complementary color
Monochromatic Colors of #AA2701
Black with #AA2701
Text Example
Text Example
White with #AA2701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2701; }
p { color: rgb(170,39,1); }
H1.HeaderClassName
{
color: #AA2701;
}
.AnyTagClassName
{
color: #AA2701;
}
</style>
background-color css
<style>
a { background-color: #AA2701; }
a { background-color: rgb(170,39,1); }
div.DivClassName
{
background-color: #AA2701;
}
.BgClassName
{
background-color: #AA2701;
}
</style>
border-color css
<style>
span { border-color: #AA2701; }
span { border-color: rgb(170,39,1); }
td.TdClassName
{
border-color: #AA2701;
}
.TagClassName
{
border-color: #AA2701;
}
</style>