Shades of Rust #AA3107
Tints of Rust #AA3107
RGB
CMYK
RGB Variations
Color information
#AA3107 (or 0xAA3107) is known color: Rust. HEX triplet: AA, 31 and 07. RGB value is (170,49,7). Sum of RGB (Red+Green+Blue) = 170+49+7=226 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.22% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3107 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3107 is #55CEF8. Grayscale: #505050. Windows color (decimal): -5623545 or 471466. OLE color: 471466.
HSL color Cylindrical-coordinate representation of color #AA3107: hue angle of 15.46º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA3107 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 7 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.33 |
| HSL | 15.46º | 0.92% | 0.35% | - |
| HSV(B) | 15.46º | 0.96% | 0.67% | - |
| XYZ | 17.71 | 10.76 | 1.34 | - |
| YUV | 80.39 | 86.59 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 7 | 0 | 0.71 | 0.96 | 0.33 | 15.46 | 0.92 | 0.35 |
| Hex | AA | 31 | 7 | 0 | 47 | 60 | 21 | F | 5C | 23 |
| Octal | 252 | 61 | 7 | 0 | 107 | 140 | 41 | 17 | 134 | 43 |
| Binary | 10101010 | 110001 | 111 | 0 | 1000111 | 1100000 | 100001 | 1111 | 1011100 | 100011 |
Color Harmonies of #AA3107
Complementary color
Monochromatic Colors of #AA3107
Black with #AA3107
Text Example
Text Example
White with #AA3107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3107; }
p { color: rgb(170,49,7); }
H1.HeaderClassName
{
color: #AA3107;
}
.AnyTagClassName
{
color: #AA3107;
}
</style>
background-color css
<style>
a { background-color: #AA3107; }
a { background-color: rgb(170,49,7); }
div.DivClassName
{
background-color: #AA3107;
}
.BgClassName
{
background-color: #AA3107;
}
</style>
border-color css
<style>
span { border-color: #AA3107; }
span { border-color: rgb(170,49,7); }
td.TdClassName
{
border-color: #AA3107;
}
.TagClassName
{
border-color: #AA3107;
}
</style>