Shades of Rust #AA390B
Tints of Rust #AA390B
RGB
CMYK
RGB Variations
Color information
#AA390B (or 0xAA390B) is known color: Rust. HEX triplet: AA, 39 and 0B. RGB value is (170,57,11). Sum of RGB (Red+Green+Blue) = 170+57+11=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA390B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA390B is #55C6F4. Grayscale: #555555. Windows color (decimal): -5621493 or 735658. OLE color: 735658.
HSL color Cylindrical-coordinate representation of color #AA390B: hue angle of 17.36º 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 #AA390B is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 11 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.33 |
| HSL | 17.36º | 0.88% | 0.35% | - |
| HSV(B) | 17.36º | 0.94% | 0.67% | - |
| XYZ | 18.1 | 11.5 | 1.58 | - |
| YUV | 85.54 | 85.94 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 11 | 0 | 0.66 | 0.94 | 0.33 | 17.36 | 0.88 | 0.35 |
| Hex | AA | 39 | B | 0 | 42 | 5E | 21 | 11 | 58 | 23 |
| Octal | 252 | 71 | 13 | 0 | 102 | 136 | 41 | 21 | 130 | 43 |
| Binary | 10101010 | 111001 | 1011 | 0 | 1000010 | 1011110 | 100001 | 10001 | 1011000 | 100011 |
Color Harmonies of #AA390B
Complementary color
Monochromatic Colors of #AA390B
Black with #AA390B
Text Example
Text Example
White with #AA390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA390B; }
p { color: rgb(170,57,11); }
H1.HeaderClassName
{
color: #AA390B;
}
.AnyTagClassName
{
color: #AA390B;
}
</style>
background-color css
<style>
a { background-color: #AA390B; }
a { background-color: rgb(170,57,11); }
div.DivClassName
{
background-color: #AA390B;
}
.BgClassName
{
background-color: #AA390B;
}
</style>
border-color css
<style>
span { border-color: #AA390B; }
span { border-color: rgb(170,57,11); }
td.TdClassName
{
border-color: #AA390B;
}
.TagClassName
{
border-color: #AA390B;
}
</style>