Shades of Rust #AA451C
Tints of Rust #AA451C
RGB
CMYK
RGB Variations
Color information
#AA451C (or 0xAA451C) is known color: Rust. HEX triplet: AA, 45 and 1C. RGB value is (170,69,28). Sum of RGB (Red+Green+Blue) = 170+69+28=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA451C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA451C is #55BAE3. Grayscale: #5E5E5E. Windows color (decimal): -5618404 or 1852842. OLE color: 1852842.
HSL color Cylindrical-coordinate representation of color #AA451C: hue angle of 17.32º 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 #AA451C is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 28 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.33 |
| HSL | 17.32º | 0.72% | 0.39% | - |
| HSV(B) | 17.32º | 0.84% | 0.67% | - |
| XYZ | 18.92 | 12.89 | 2.59 | - |
| YUV | 94.53 | 90.46 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 28 | 0 | 0.59 | 0.84 | 0.33 | 17.32 | 0.72 | 0.39 |
| Hex | AA | 45 | 1C | 0 | 3B | 54 | 21 | 11 | 48 | 27 |
| Octal | 252 | 105 | 34 | 0 | 73 | 124 | 41 | 21 | 110 | 47 |
| Binary | 10101010 | 1000101 | 11100 | 0 | 111011 | 1010100 | 100001 | 10001 | 1001000 | 100111 |
Color Harmonies of #AA451C
Complementary color
Monochromatic Colors of #AA451C
Black with #AA451C
Text Example
Text Example
White with #AA451C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA451C; }
p { color: rgb(170,69,28); }
H1.HeaderClassName
{
color: #AA451C;
}
.AnyTagClassName
{
color: #AA451C;
}
</style>
background-color css
<style>
a { background-color: #AA451C; }
a { background-color: rgb(170,69,28); }
div.DivClassName
{
background-color: #AA451C;
}
.BgClassName
{
background-color: #AA451C;
}
</style>
border-color css
<style>
span { border-color: #AA451C; }
span { border-color: rgb(170,69,28); }
td.TdClassName
{
border-color: #AA451C;
}
.TagClassName
{
border-color: #AA451C;
}
</style>