Shades of Rust #AA391B
Tints of Rust #AA391B
RGB
CMYK
RGB Variations
Color information
#AA391B (or 0xAA391B) is known color: Rust. HEX triplet: AA, 39 and 1B. RGB value is (170,57,27). Sum of RGB (Red+Green+Blue) = 170+57+27=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA391B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA391B is #55C6E4. Grayscale: #575757. Windows color (decimal): -5621477 or 1784234. OLE color: 1784234.
HSL color Cylindrical-coordinate representation of color #AA391B: hue angle of 12.59º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA391B is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 27 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.33 |
| HSL | 12.59º | 0.73% | 0.39% | - |
| HSV(B) | 12.59º | 0.84% | 0.67% | - |
| XYZ | 18.24 | 11.55 | 2.31 | - |
| YUV | 87.37 | 93.94 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 27 | 0 | 0.66 | 0.84 | 0.33 | 12.59 | 0.73 | 0.39 |
| Hex | AA | 39 | 1B | 0 | 42 | 54 | 21 | D | 49 | 27 |
| Octal | 252 | 71 | 33 | 0 | 102 | 124 | 41 | 15 | 111 | 47 |
| Binary | 10101010 | 111001 | 11011 | 0 | 1000010 | 1010100 | 100001 | 1101 | 1001001 | 100111 |
Color Harmonies of #AA391B
Complementary color
Monochromatic Colors of #AA391B
Black with #AA391B
Text Example
Text Example
White with #AA391B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA391B; }
p { color: rgb(170,57,27); }
H1.HeaderClassName
{
color: #AA391B;
}
.AnyTagClassName
{
color: #AA391B;
}
</style>
background-color css
<style>
a { background-color: #AA391B; }
a { background-color: rgb(170,57,27); }
div.DivClassName
{
background-color: #AA391B;
}
.BgClassName
{
background-color: #AA391B;
}
</style>
border-color css
<style>
span { border-color: #AA391B; }
span { border-color: rgb(170,57,27); }
td.TdClassName
{
border-color: #AA391B;
}
.TagClassName
{
border-color: #AA391B;
}
</style>