Shades of Rust #AA2703
Tints of Rust #AA2703
RGB
CMYK
RGB Variations
Color information
#AA2703 (or 0xAA2703) is known color: Rust. HEX triplet: AA, 27 and 03. RGB value is (170,39,3). Sum of RGB (Red+Green+Blue) = 170+39+3=212 (28% of max value = 765). Red value is 170 (66.80% from 255 or 80.19% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2703 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2703 is #55D8FC. Grayscale: #4A4A4A. Windows color (decimal): -5626109 or 206762. OLE color: 206762.
HSL color Cylindrical-coordinate representation of color #AA2703: hue angle of 12.93º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA2703 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 3 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.33 |
| HSL | 12.93º | 0.97% | 0.34% | - |
| HSV(B) | 12.93º | 0.98% | 0.67% | - |
| XYZ | 17.32 | 10 | 1.1 | - |
| YUV | 74.07 | 87.9 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 3 | 0 | 0.77 | 0.98 | 0.33 | 12.93 | 0.97 | 0.34 |
| Hex | AA | 27 | 3 | 0 | 4D | 62 | 21 | D | 61 | 22 |
| Octal | 252 | 47 | 3 | 0 | 115 | 142 | 41 | 15 | 141 | 42 |
| Binary | 10101010 | 100111 | 11 | 0 | 1001101 | 1100010 | 100001 | 1101 | 1100001 | 100010 |
Color Harmonies of #AA2703
Complementary color
Monochromatic Colors of #AA2703
Black with #AA2703
Text Example
Text Example
White with #AA2703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2703; }
p { color: rgb(170,39,3); }
H1.HeaderClassName
{
color: #AA2703;
}
.AnyTagClassName
{
color: #AA2703;
}
</style>
background-color css
<style>
a { background-color: #AA2703; }
a { background-color: rgb(170,39,3); }
div.DivClassName
{
background-color: #AA2703;
}
.BgClassName
{
background-color: #AA2703;
}
</style>
border-color css
<style>
span { border-color: #AA2703; }
span { border-color: rgb(170,39,3); }
td.TdClassName
{
border-color: #AA2703;
}
.TagClassName
{
border-color: #AA2703;
}
</style>