Shades of Rust #AD4E0E
Tints of Rust #AD4E0E
RGB
CMYK
RGB Variations
Color information
#AD4E0E (or 0xAD4E0E) is known color: Rust. HEX triplet: AD, 4E and 0E. RGB value is (173,78,14). Sum of RGB (Red+Green+Blue) = 173+78+14=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4E0E is #52B1F1. Grayscale: #636363. Windows color (decimal): -5419506 or 937645. OLE color: 937645.
HSL color Cylindrical-coordinate representation of color #AD4E0E: hue angle of 24.15º 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 #AD4E0E is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 78 | 14 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.32 |
| HSL | 24.15º | 0.85% | 0.37% | - |
| HSV(B) | 24.15º | 0.92% | 0.68% | - |
| XYZ | 20.04 | 14.36 | 2.13 | - |
| YUV | 99.11 | 79.97 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 14 | 0 | 0.55 | 0.92 | 0.32 | 24.15 | 0.85 | 0.37 |
| Hex | AD | 4E | E | 0 | 37 | 5C | 20 | 18 | 55 | 25 |
| Octal | 255 | 116 | 16 | 0 | 67 | 134 | 40 | 30 | 125 | 45 |
| Binary | 10101101 | 1001110 | 1110 | 0 | 110111 | 1011100 | 100000 | 11000 | 1010101 | 100101 |
Color Harmonies of #AD4E0E
Complementary color
Monochromatic Colors of #AD4E0E
Black with #AD4E0E
Text Example
Text Example
White with #AD4E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4E0E; }
p { color: rgb(173,78,14); }
H1.HeaderClassName
{
color: #AD4E0E;
}
.AnyTagClassName
{
color: #AD4E0E;
}
</style>
background-color css
<style>
a { background-color: #AD4E0E; }
a { background-color: rgb(173,78,14); }
div.DivClassName
{
background-color: #AD4E0E;
}
.BgClassName
{
background-color: #AD4E0E;
}
</style>
border-color css
<style>
span { border-color: #AD4E0E; }
span { border-color: rgb(173,78,14); }
td.TdClassName
{
border-color: #AD4E0E;
}
.TagClassName
{
border-color: #AD4E0E;
}
</style>