Shades of Rust #AE500D
Tints of Rust #AE500D
RGB
CMYK
RGB Variations
Color information
#AE500D (or 0xAE500D) is known color: Rust. HEX triplet: AE, 50 and 0D. RGB value is (174,80,13). Sum of RGB (Red+Green+Blue) = 174+80+13=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE500D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE500D is #51AFF2. Grayscale: #646464. Windows color (decimal): -5353459 or 872622. OLE color: 872622.
HSL color Cylindrical-coordinate representation of color #AE500D: hue angle of 24.97º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE500D is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 80 | 13 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.32 |
| HSL | 24.97º | 0.86% | 0.37% | - |
| HSV(B) | 24.97º | 0.93% | 0.68% | - |
| XYZ | 20.4 | 14.77 | 2.16 | - |
| YUV | 100.47 | 78.64 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 13 | 0 | 0.54 | 0.93 | 0.32 | 24.97 | 0.86 | 0.37 |
| Hex | AE | 50 | D | 0 | 36 | 5D | 20 | 19 | 56 | 25 |
| Octal | 256 | 120 | 15 | 0 | 66 | 135 | 40 | 31 | 126 | 45 |
| Binary | 10101110 | 1010000 | 1101 | 0 | 110110 | 1011101 | 100000 | 11001 | 1010110 | 100101 |
Color Harmonies of #AE500D
Complementary color
Monochromatic Colors of #AE500D
Black with #AE500D
Text Example
Text Example
White with #AE500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE500D; }
p { color: rgb(174,80,13); }
H1.HeaderClassName
{
color: #AE500D;
}
.AnyTagClassName
{
color: #AE500D;
}
</style>
background-color css
<style>
a { background-color: #AE500D; }
a { background-color: rgb(174,80,13); }
div.DivClassName
{
background-color: #AE500D;
}
.BgClassName
{
background-color: #AE500D;
}
</style>
border-color css
<style>
span { border-color: #AE500D; }
span { border-color: rgb(174,80,13); }
td.TdClassName
{
border-color: #AE500D;
}
.TagClassName
{
border-color: #AE500D;
}
</style>