Shades of Rust #AA401C
Tints of Rust #AA401C
RGB
CMYK
RGB Variations
Color information
#AA401C (or 0xAA401C) is known color: Rust. HEX triplet: AA, 40 and 1C. RGB value is (170,64,28). Sum of RGB (Red+Green+Blue) = 170+64+28=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA401C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA401C is #55BFE3. Grayscale: #5B5B5B. Windows color (decimal): -5619684 or 1851562. OLE color: 1851562.
HSL color Cylindrical-coordinate representation of color #AA401C: hue angle of 15.21º 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 #AA401C is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 28 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.33 |
| HSL | 15.21º | 0.72% | 0.39% | - |
| HSV(B) | 15.21º | 0.84% | 0.67% | - |
| XYZ | 18.62 | 12.3 | 2.49 | - |
| YUV | 91.59 | 92.12 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 28 | 0 | 0.62 | 0.84 | 0.33 | 15.21 | 0.72 | 0.39 |
| Hex | AA | 40 | 1C | 0 | 3E | 54 | 21 | F | 48 | 27 |
| Octal | 252 | 100 | 34 | 0 | 76 | 124 | 41 | 17 | 110 | 47 |
| Binary | 10101010 | 1000000 | 11100 | 0 | 111110 | 1010100 | 100001 | 1111 | 1001000 | 100111 |
Color Harmonies of #AA401C
Complementary color
Monochromatic Colors of #AA401C
Black with #AA401C
Text Example
Text Example
White with #AA401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA401C; }
p { color: rgb(170,64,28); }
H1.HeaderClassName
{
color: #AA401C;
}
.AnyTagClassName
{
color: #AA401C;
}
</style>
background-color css
<style>
a { background-color: #AA401C; }
a { background-color: rgb(170,64,28); }
div.DivClassName
{
background-color: #AA401C;
}
.BgClassName
{
background-color: #AA401C;
}
</style>
border-color css
<style>
span { border-color: #AA401C; }
span { border-color: rgb(170,64,28); }
td.TdClassName
{
border-color: #AA401C;
}
.TagClassName
{
border-color: #AA401C;
}
</style>