Shades of Rust #AE410E
Tints of Rust #AE410E
RGB
CMYK
RGB Variations
Color information
#AE410E (or 0xAE410E) is known color: Rust. HEX triplet: AE, 41 and 0E. RGB value is (174,65,14). Sum of RGB (Red+Green+Blue) = 174+65+14=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE410E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE410E is #51BEF1. Grayscale: #5C5C5C. Windows color (decimal): -5357298 or 934318. OLE color: 934318.
HSL color Cylindrical-coordinate representation of color #AE410E: hue angle of 19.12º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE410E is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 65 | 14 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.32 |
| HSL | 19.13º | 0.85% | 0.37% | - |
| HSV(B) | 19.13º | 0.92% | 0.68% | - |
| XYZ | 19.43 | 12.81 | 1.86 | - |
| YUV | 91.78 | 84.11 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 65 | 14 | 0 | 0.63 | 0.92 | 0.32 | 19.13 | 0.85 | 0.37 |
| Hex | AE | 41 | E | 0 | 3F | 5C | 20 | 13 | 55 | 25 |
| Octal | 256 | 101 | 16 | 0 | 77 | 134 | 40 | 23 | 125 | 45 |
| Binary | 10101110 | 1000001 | 1110 | 0 | 111111 | 1011100 | 100000 | 10011 | 1010101 | 100101 |
Color Harmonies of #AE410E
Complementary color
Monochromatic Colors of #AE410E
Black with #AE410E
Text Example
Text Example
White with #AE410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE410E; }
p { color: rgb(174,65,14); }
H1.HeaderClassName
{
color: #AE410E;
}
.AnyTagClassName
{
color: #AE410E;
}
</style>
background-color css
<style>
a { background-color: #AE410E; }
a { background-color: rgb(174,65,14); }
div.DivClassName
{
background-color: #AE410E;
}
.BgClassName
{
background-color: #AE410E;
}
</style>
border-color css
<style>
span { border-color: #AE410E; }
span { border-color: rgb(174,65,14); }
td.TdClassName
{
border-color: #AE410E;
}
.TagClassName
{
border-color: #AE410E;
}
</style>