Shades of Rust #AA400C
Tints of Rust #AA400C
RGB
CMYK
RGB Variations
Color information
#AA400C (or 0xAA400C) is known color: Rust. HEX triplet: AA, 40 and 0C. RGB value is (170,64,12). Sum of RGB (Red+Green+Blue) = 170+64+12=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA400C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA400C is #55BFF3. Grayscale: #5A5A5A. Windows color (decimal): -5619700 or 802986. OLE color: 802986.
HSL color Cylindrical-coordinate representation of color #AA400C: hue angle of 19.75º 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 #AA400C is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 12 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.33 |
| HSL | 19.75º | 0.87% | 0.36% | - |
| HSV(B) | 19.75º | 0.93% | 0.67% | - |
| XYZ | 18.48 | 12.24 | 1.74 | - |
| YUV | 89.77 | 84.12 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 12 | 0 | 0.62 | 0.93 | 0.33 | 19.75 | 0.87 | 0.36 |
| Hex | AA | 40 | C | 0 | 3E | 5D | 21 | 14 | 57 | 24 |
| Octal | 252 | 100 | 14 | 0 | 76 | 135 | 41 | 24 | 127 | 44 |
| Binary | 10101010 | 1000000 | 1100 | 0 | 111110 | 1011101 | 100001 | 10100 | 1010111 | 100100 |
Color Harmonies of #AA400C
Complementary color
Monochromatic Colors of #AA400C
Black with #AA400C
Text Example
Text Example
White with #AA400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA400C; }
p { color: rgb(170,64,12); }
H1.HeaderClassName
{
color: #AA400C;
}
.AnyTagClassName
{
color: #AA400C;
}
</style>
background-color css
<style>
a { background-color: #AA400C; }
a { background-color: rgb(170,64,12); }
div.DivClassName
{
background-color: #AA400C;
}
.BgClassName
{
background-color: #AA400C;
}
</style>
border-color css
<style>
span { border-color: #AA400C; }
span { border-color: rgb(170,64,12); }
td.TdClassName
{
border-color: #AA400C;
}
.TagClassName
{
border-color: #AA400C;
}
</style>