Shades of Rust #AE401C
Tints of Rust #AE401C
RGB
CMYK
RGB Variations
Color information
#AE401C (or 0xAE401C) is known color: Rust. HEX triplet: AE, 40 and 1C. RGB value is (174,64,28). Sum of RGB (Red+Green+Blue) = 174+64+28=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE401C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE401C is #51BFE3. Grayscale: #5D5D5D. Windows color (decimal): -5357540 or 1851566. OLE color: 1851566.
HSL color Cylindrical-coordinate representation of color #AE401C: hue angle of 14.79º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE401C is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 64 | 28 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.32 |
| HSL | 14.79º | 0.72% | 0.4% | - |
| HSV(B) | 14.79º | 0.84% | 0.68% | - |
| XYZ | 19.5 | 12.75 | 2.53 | - |
| YUV | 92.79 | 91.44 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 28 | 0 | 0.63 | 0.84 | 0.32 | 14.79 | 0.72 | 0.4 |
| Hex | AE | 40 | 1C | 0 | 3F | 54 | 20 | F | 48 | 28 |
| Octal | 256 | 100 | 34 | 0 | 77 | 124 | 40 | 17 | 110 | 50 |
| Binary | 10101110 | 1000000 | 11100 | 0 | 111111 | 1010100 | 100000 | 1111 | 1001000 | 101000 |
Color Harmonies of #AE401C
Complementary color
Monochromatic Colors of #AE401C
Black with #AE401C
Text Example
Text Example
White with #AE401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE401C; }
p { color: rgb(174,64,28); }
H1.HeaderClassName
{
color: #AE401C;
}
.AnyTagClassName
{
color: #AE401C;
}
</style>
background-color css
<style>
a { background-color: #AE401C; }
a { background-color: rgb(174,64,28); }
div.DivClassName
{
background-color: #AE401C;
}
.BgClassName
{
background-color: #AE401C;
}
</style>
border-color css
<style>
span { border-color: #AE401C; }
span { border-color: rgb(174,64,28); }
td.TdClassName
{
border-color: #AE401C;
}
.TagClassName
{
border-color: #AE401C;
}
</style>