Shades of Rust #AE510C
Tints of Rust #AE510C
RGB
CMYK
RGB Variations
Color information
#AE510C (or 0xAE510C) is known color: Rust. HEX triplet: AE, 51 and 0C. RGB value is (174,81,12). Sum of RGB (Red+Green+Blue) = 174+81+12=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE510C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE510C is #51AEF3. Grayscale: #656565. Windows color (decimal): -5353204 or 807342. OLE color: 807342.
HSL color Cylindrical-coordinate representation of color #AE510C: hue angle of 25.56º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE510C is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 81 | 12 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.32 |
| HSL | 25.56º | 0.87% | 0.36% | - |
| HSV(B) | 25.56º | 0.93% | 0.68% | - |
| XYZ | 20.46 | 14.91 | 2.15 | - |
| YUV | 100.94 | 77.81 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 81 | 12 | 0 | 0.53 | 0.93 | 0.32 | 25.56 | 0.87 | 0.36 |
| Hex | AE | 51 | C | 0 | 35 | 5D | 20 | 1A | 57 | 24 |
| Octal | 256 | 121 | 14 | 0 | 65 | 135 | 40 | 32 | 127 | 44 |
| Binary | 10101110 | 1010001 | 1100 | 0 | 110101 | 1011101 | 100000 | 11010 | 1010111 | 100100 |
Color Harmonies of #AE510C
Complementary color
Monochromatic Colors of #AE510C
Black with #AE510C
Text Example
Text Example
White with #AE510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE510C; }
p { color: rgb(174,81,12); }
H1.HeaderClassName
{
color: #AE510C;
}
.AnyTagClassName
{
color: #AE510C;
}
</style>
background-color css
<style>
a { background-color: #AE510C; }
a { background-color: rgb(174,81,12); }
div.DivClassName
{
background-color: #AE510C;
}
.BgClassName
{
background-color: #AE510C;
}
</style>
border-color css
<style>
span { border-color: #AE510C; }
span { border-color: rgb(174,81,12); }
td.TdClassName
{
border-color: #AE510C;
}
.TagClassName
{
border-color: #AE510C;
}
</style>