Shades of Rust #AD500E
Tints of Rust #AD500E
RGB
CMYK
RGB Variations
Color information
#AD500E (or 0xAD500E) is known color: Rust. HEX triplet: AD, 50 and 0E. RGB value is (173,80,14). Sum of RGB (Red+Green+Blue) = 173+80+14=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD500E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD500E is #52AFF1. Grayscale: #646464. Windows color (decimal): -5418994 or 938157. OLE color: 938157.
HSL color Cylindrical-coordinate representation of color #AD500E: hue angle of 24.91º 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 #AD500E is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 14 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.32 |
| HSL | 24.91º | 0.85% | 0.37% | - |
| HSV(B) | 24.91º | 0.92% | 0.68% | - |
| XYZ | 20.18 | 14.65 | 2.18 | - |
| YUV | 100.28 | 79.31 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 14 | 0 | 0.54 | 0.92 | 0.32 | 24.91 | 0.85 | 0.37 |
| Hex | AD | 50 | E | 0 | 36 | 5C | 20 | 19 | 55 | 25 |
| Octal | 255 | 120 | 16 | 0 | 66 | 134 | 40 | 31 | 125 | 45 |
| Binary | 10101101 | 1010000 | 1110 | 0 | 110110 | 1011100 | 100000 | 11001 | 1010101 | 100101 |
Color Harmonies of #AD500E
Complementary color
Monochromatic Colors of #AD500E
Black with #AD500E
Text Example
Text Example
White with #AD500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD500E; }
p { color: rgb(173,80,14); }
H1.HeaderClassName
{
color: #AD500E;
}
.AnyTagClassName
{
color: #AD500E;
}
</style>
background-color css
<style>
a { background-color: #AD500E; }
a { background-color: rgb(173,80,14); }
div.DivClassName
{
background-color: #AD500E;
}
.BgClassName
{
background-color: #AD500E;
}
</style>
border-color css
<style>
span { border-color: #AD500E; }
span { border-color: rgb(173,80,14); }
td.TdClassName
{
border-color: #AD500E;
}
.TagClassName
{
border-color: #AD500E;
}
</style>