Shades of Rust #AD4D0E
Tints of Rust #AD4D0E
RGB
CMYK
RGB Variations
Color information
#AD4D0E (or 0xAD4D0E) is known color: Rust. HEX triplet: AD, 4D and 0E. RGB value is (173,77,14). Sum of RGB (Red+Green+Blue) = 173+77+14=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4D0E is #52B2F1. Grayscale: #626262. Windows color (decimal): -5419762 or 937389. OLE color: 937389.
HSL color Cylindrical-coordinate representation of color #AD4D0E: hue angle of 23.77º 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 #AD4D0E is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 77 | 14 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.32 |
| HSL | 23.77º | 0.85% | 0.37% | - |
| HSV(B) | 23.77º | 0.92% | 0.68% | - |
| XYZ | 19.97 | 14.22 | 2.11 | - |
| YUV | 98.52 | 80.3 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 14 | 0 | 0.55 | 0.92 | 0.32 | 23.77 | 0.85 | 0.37 |
| Hex | AD | 4D | E | 0 | 37 | 5C | 20 | 18 | 55 | 25 |
| Octal | 255 | 115 | 16 | 0 | 67 | 134 | 40 | 30 | 125 | 45 |
| Binary | 10101101 | 1001101 | 1110 | 0 | 110111 | 1011100 | 100000 | 11000 | 1010101 | 100101 |
Color Harmonies of #AD4D0E
Complementary color
Monochromatic Colors of #AD4D0E
Black with #AD4D0E
Text Example
Text Example
White with #AD4D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4D0E; }
p { color: rgb(173,77,14); }
H1.HeaderClassName
{
color: #AD4D0E;
}
.AnyTagClassName
{
color: #AD4D0E;
}
</style>
background-color css
<style>
a { background-color: #AD4D0E; }
a { background-color: rgb(173,77,14); }
div.DivClassName
{
background-color: #AD4D0E;
}
.BgClassName
{
background-color: #AD4D0E;
}
</style>
border-color css
<style>
span { border-color: #AD4D0E; }
span { border-color: rgb(173,77,14); }
td.TdClassName
{
border-color: #AD4D0E;
}
.TagClassName
{
border-color: #AD4D0E;
}
</style>