Shades of Rust #AA310B
Tints of Rust #AA310B
RGB
CMYK
RGB Variations
Color information
#AA310B (or 0xAA310B) is known color: Rust. HEX triplet: AA, 31 and 0B. RGB value is (170,49,11). Sum of RGB (Red+Green+Blue) = 170+49+11=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA310B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA310B is #55CEF4. Grayscale: #515151. Windows color (decimal): -5623541 or 733610. OLE color: 733610.
HSL color Cylindrical-coordinate representation of color #AA310B: hue angle of 14.34º degrees, saturation: 0.88, 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 #AA310B is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 11 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.33 |
| HSL | 14.34º | 0.88% | 0.35% | - |
| HSV(B) | 14.34º | 0.94% | 0.67% | - |
| XYZ | 17.74 | 10.77 | 1.46 | - |
| YUV | 80.85 | 88.59 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 11 | 0 | 0.71 | 0.94 | 0.33 | 14.34 | 0.88 | 0.35 |
| Hex | AA | 31 | B | 0 | 47 | 5E | 21 | E | 58 | 23 |
| Octal | 252 | 61 | 13 | 0 | 107 | 136 | 41 | 16 | 130 | 43 |
| Binary | 10101010 | 110001 | 1011 | 0 | 1000111 | 1011110 | 100001 | 1110 | 1011000 | 100011 |
Color Harmonies of #AA310B
Complementary color
Monochromatic Colors of #AA310B
Black with #AA310B
Text Example
Text Example
White with #AA310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA310B; }
p { color: rgb(170,49,11); }
H1.HeaderClassName
{
color: #AA310B;
}
.AnyTagClassName
{
color: #AA310B;
}
</style>
background-color css
<style>
a { background-color: #AA310B; }
a { background-color: rgb(170,49,11); }
div.DivClassName
{
background-color: #AA310B;
}
.BgClassName
{
background-color: #AA310B;
}
</style>
border-color css
<style>
span { border-color: #AA310B; }
span { border-color: rgb(170,49,11); }
td.TdClassName
{
border-color: #AA310B;
}
.TagClassName
{
border-color: #AA310B;
}
</style>