Shades of Rust #AD4C0E
Tints of Rust #AD4C0E
RGB
CMYK
RGB Variations
Color information
#AD4C0E (or 0xAD4C0E) is known color: Rust. HEX triplet: AD, 4C and 0E. RGB value is (173,76,14). Sum of RGB (Red+Green+Blue) = 173+76+14=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4C0E is #52B3F1. Grayscale: #626262. Windows color (decimal): -5420018 or 937133. OLE color: 937133.
HSL color Cylindrical-coordinate representation of color #AD4C0E: hue angle of 23.4º 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 #AD4C0E is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 76 | 14 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.32 |
| HSL | 23.4º | 0.85% | 0.37% | - |
| HSV(B) | 23.4º | 0.92% | 0.68% | - |
| XYZ | 19.9 | 14.08 | 2.09 | - |
| YUV | 97.94 | 80.64 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 14 | 0 | 0.56 | 0.92 | 0.32 | 23.4 | 0.85 | 0.37 |
| Hex | AD | 4C | E | 0 | 38 | 5C | 20 | 17 | 55 | 25 |
| Octal | 255 | 114 | 16 | 0 | 70 | 134 | 40 | 27 | 125 | 45 |
| Binary | 10101101 | 1001100 | 1110 | 0 | 111000 | 1011100 | 100000 | 10111 | 1010101 | 100101 |
Color Harmonies of #AD4C0E
Complementary color
Monochromatic Colors of #AD4C0E
Black with #AD4C0E
Text Example
Text Example
White with #AD4C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4C0E; }
p { color: rgb(173,76,14); }
H1.HeaderClassName
{
color: #AD4C0E;
}
.AnyTagClassName
{
color: #AD4C0E;
}
</style>
background-color css
<style>
a { background-color: #AD4C0E; }
a { background-color: rgb(173,76,14); }
div.DivClassName
{
background-color: #AD4C0E;
}
.BgClassName
{
background-color: #AD4C0E;
}
</style>
border-color css
<style>
span { border-color: #AD4C0E; }
span { border-color: rgb(173,76,14); }
td.TdClassName
{
border-color: #AD4C0E;
}
.TagClassName
{
border-color: #AD4C0E;
}
</style>