Shades of Rust #AA350C
Tints of Rust #AA350C
RGB
CMYK
RGB Variations
Color information
#AA350C (or 0xAA350C) is known color: Rust. HEX triplet: AA, 35 and 0C. RGB value is (170,53,12). Sum of RGB (Red+Green+Blue) = 170+53+12=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA350C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA350C is #55CAF3. Grayscale: #535353. Windows color (decimal): -5622516 or 800170. OLE color: 800170.
HSL color Cylindrical-coordinate representation of color #AA350C: hue angle of 15.57º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA350C is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 12 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.33 |
| HSL | 15.57º | 0.87% | 0.36% | - |
| HSV(B) | 15.57º | 0.93% | 0.67% | - |
| XYZ | 17.92 | 11.12 | 1.55 | - |
| YUV | 83.31 | 87.76 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 12 | 0 | 0.69 | 0.93 | 0.33 | 15.57 | 0.87 | 0.36 |
| Hex | AA | 35 | C | 0 | 45 | 5D | 21 | 10 | 57 | 24 |
| Octal | 252 | 65 | 14 | 0 | 105 | 135 | 41 | 20 | 127 | 44 |
| Binary | 10101010 | 110101 | 1100 | 0 | 1000101 | 1011101 | 100001 | 10000 | 1010111 | 100100 |
Color Harmonies of #AA350C
Complementary color
Monochromatic Colors of #AA350C
Black with #AA350C
Text Example
Text Example
White with #AA350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA350C; }
p { color: rgb(170,53,12); }
H1.HeaderClassName
{
color: #AA350C;
}
.AnyTagClassName
{
color: #AA350C;
}
</style>
background-color css
<style>
a { background-color: #AA350C; }
a { background-color: rgb(170,53,12); }
div.DivClassName
{
background-color: #AA350C;
}
.BgClassName
{
background-color: #AA350C;
}
</style>
border-color css
<style>
span { border-color: #AA350C; }
span { border-color: rgb(170,53,12); }
td.TdClassName
{
border-color: #AA350C;
}
.TagClassName
{
border-color: #AA350C;
}
</style>