Shades of Rust #AA391C
Tints of Rust #AA391C
RGB
CMYK
RGB Variations
Color information
#AA391C (or 0xAA391C) is known color: Rust. HEX triplet: AA, 39 and 1C. RGB value is (170,57,28). Sum of RGB (Red+Green+Blue) = 170+57+28=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA391C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA391C is #55C6E3. Grayscale: #575757. Windows color (decimal): -5621476 or 1849770. OLE color: 1849770.
HSL color Cylindrical-coordinate representation of color #AA391C: hue angle of 12.25º degrees, saturation: 0.72, 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 #AA391C is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 28 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.33 |
| HSL | 12.25º | 0.72% | 0.39% | - |
| HSV(B) | 12.25º | 0.84% | 0.67% | - |
| XYZ | 18.25 | 11.56 | 2.37 | - |
| YUV | 87.48 | 94.44 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 28 | 0 | 0.66 | 0.84 | 0.33 | 12.25 | 0.72 | 0.39 |
| Hex | AA | 39 | 1C | 0 | 42 | 54 | 21 | C | 48 | 27 |
| Octal | 252 | 71 | 34 | 0 | 102 | 124 | 41 | 14 | 110 | 47 |
| Binary | 10101010 | 111001 | 11100 | 0 | 1000010 | 1010100 | 100001 | 1100 | 1001000 | 100111 |
Color Harmonies of #AA391C
Complementary color
Monochromatic Colors of #AA391C
Black with #AA391C
Text Example
Text Example
White with #AA391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA391C; }
p { color: rgb(170,57,28); }
H1.HeaderClassName
{
color: #AA391C;
}
.AnyTagClassName
{
color: #AA391C;
}
</style>
background-color css
<style>
a { background-color: #AA391C; }
a { background-color: rgb(170,57,28); }
div.DivClassName
{
background-color: #AA391C;
}
.BgClassName
{
background-color: #AA391C;
}
</style>
border-color css
<style>
span { border-color: #AA391C; }
span { border-color: rgb(170,57,28); }
td.TdClassName
{
border-color: #AA391C;
}
.TagClassName
{
border-color: #AA391C;
}
</style>