Shades of Rust #AE401E
Tints of Rust #AE401E
RGB
CMYK
RGB Variations
Color information
#AE401E (or 0xAE401E) is known color: Rust. HEX triplet: AE, 40 and 1E. RGB value is (174,64,30). Sum of RGB (Red+Green+Blue) = 174+64+30=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE401E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE401E is #51BFE1. Grayscale: #5D5D5D. Windows color (decimal): -5357538 or 1982638. OLE color: 1982638.
HSL color Cylindrical-coordinate representation of color #AE401E: hue angle of 14.17º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE401E is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 64 | 30 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.32 |
| HSL | 14.17º | 0.71% | 0.4% | - |
| HSV(B) | 14.17º | 0.83% | 0.68% | - |
| XYZ | 19.52 | 12.76 | 2.66 | - |
| YUV | 93.01 | 92.44 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 30 | 0 | 0.63 | 0.83 | 0.32 | 14.17 | 0.71 | 0.4 |
| Hex | AE | 40 | 1E | 0 | 3F | 53 | 20 | E | 47 | 28 |
| Octal | 256 | 100 | 36 | 0 | 77 | 123 | 40 | 16 | 107 | 50 |
| Binary | 10101110 | 1000000 | 11110 | 0 | 111111 | 1010011 | 100000 | 1110 | 1000111 | 101000 |
Color Harmonies of #AE401E
Complementary color
Monochromatic Colors of #AE401E
Black with #AE401E
Text Example
Text Example
White with #AE401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE401E; }
p { color: rgb(174,64,30); }
H1.HeaderClassName
{
color: #AE401E;
}
.AnyTagClassName
{
color: #AE401E;
}
</style>
background-color css
<style>
a { background-color: #AE401E; }
a { background-color: rgb(174,64,30); }
div.DivClassName
{
background-color: #AE401E;
}
.BgClassName
{
background-color: #AE401E;
}
</style>
border-color css
<style>
span { border-color: #AE401E; }
span { border-color: rgb(174,64,30); }
td.TdClassName
{
border-color: #AE401E;
}
.TagClassName
{
border-color: #AE401E;
}
</style>