Shades of Rust #AA370A
Tints of Rust #AA370A
RGB
CMYK
RGB Variations
Color information
#AA370A (or 0xAA370A) is known color: Rust. HEX triplet: AA, 37 and 0A. RGB value is (170,55,10). Sum of RGB (Red+Green+Blue) = 170+55+10=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA370A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA370A is #55C8F5. Grayscale: #545454. Windows color (decimal): -5622006 or 669610. OLE color: 669610.
HSL color Cylindrical-coordinate representation of color #AA370A: hue angle of 16.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA370A is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 10 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.33 |
| HSL | 16.88º | 0.89% | 0.35% | - |
| HSV(B) | 16.88º | 0.94% | 0.67% | - |
| XYZ | 18 | 11.3 | 1.52 | - |
| YUV | 84.26 | 86.1 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 10 | 0 | 0.68 | 0.94 | 0.33 | 16.88 | 0.89 | 0.35 |
| Hex | AA | 37 | A | 0 | 44 | 5E | 21 | 11 | 59 | 23 |
| Octal | 252 | 67 | 12 | 0 | 104 | 136 | 41 | 21 | 131 | 43 |
| Binary | 10101010 | 110111 | 1010 | 0 | 1000100 | 1011110 | 100001 | 10001 | 1011001 | 100011 |
Color Harmonies of #AA370A
Complementary color
Monochromatic Colors of #AA370A
Black with #AA370A
Text Example
Text Example
White with #AA370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA370A; }
p { color: rgb(170,55,10); }
H1.HeaderClassName
{
color: #AA370A;
}
.AnyTagClassName
{
color: #AA370A;
}
</style>
background-color css
<style>
a { background-color: #AA370A; }
a { background-color: rgb(170,55,10); }
div.DivClassName
{
background-color: #AA370A;
}
.BgClassName
{
background-color: #AA370A;
}
</style>
border-color css
<style>
span { border-color: #AA370A; }
span { border-color: rgb(170,55,10); }
td.TdClassName
{
border-color: #AA370A;
}
.TagClassName
{
border-color: #AA370A;
}
</style>