Shades of Rust #AA3103
Tints of Rust #AA3103
RGB
CMYK
RGB Variations
Color information
#AA3103 (or 0xAA3103) is known color: Rust. HEX triplet: AA, 31 and 03. RGB value is (170,49,3). Sum of RGB (Red+Green+Blue) = 170+49+3=222 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.58% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 3 (1.56% from 255 or 1.35% from 222); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3103 is #55CEFC. Grayscale: #505050. Windows color (decimal): -5623549 or 209322. OLE color: 209322.
HSL color Cylindrical-coordinate representation of color #AA3103: hue angle of 16.53º 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 #AA3103 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 3 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.33 |
| HSL | 16.53º | 0.97% | 0.34% | - |
| HSV(B) | 16.53º | 0.98% | 0.67% | - |
| XYZ | 17.69 | 10.75 | 1.23 | - |
| YUV | 79.94 | 84.59 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 3 | 0 | 0.71 | 0.98 | 0.33 | 16.53 | 0.97 | 0.34 |
| Hex | AA | 31 | 3 | 0 | 47 | 62 | 21 | 11 | 61 | 22 |
| Octal | 252 | 61 | 3 | 0 | 107 | 142 | 41 | 21 | 141 | 42 |
| Binary | 10101010 | 110001 | 11 | 0 | 1000111 | 1100010 | 100001 | 10001 | 1100001 | 100010 |
Color Harmonies of #AA3103
Complementary color
Monochromatic Colors of #AA3103
Black with #AA3103
Text Example
Text Example
White with #AA3103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3103; }
p { color: rgb(170,49,3); }
H1.HeaderClassName
{
color: #AA3103;
}
.AnyTagClassName
{
color: #AA3103;
}
</style>
background-color css
<style>
a { background-color: #AA3103; }
a { background-color: rgb(170,49,3); }
div.DivClassName
{
background-color: #AA3103;
}
.BgClassName
{
background-color: #AA3103;
}
</style>
border-color css
<style>
span { border-color: #AA3103; }
span { border-color: rgb(170,49,3); }
td.TdClassName
{
border-color: #AA3103;
}
.TagClassName
{
border-color: #AA3103;
}
</style>