Shades of Rust #AD4714
Tints of Rust #AD4714
RGB
CMYK
RGB Variations
Color information
#AD4714 (or 0xAD4714) is known color: Rust. HEX triplet: AD, 47 and 14. RGB value is (173,71,20). Sum of RGB (Red+Green+Blue) = 173+71+20=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4714 is #52B8EB. Grayscale: #5F5F5F. Windows color (decimal): -5421292 or 1329069. OLE color: 1329069.
HSL color Cylindrical-coordinate representation of color #AD4714: hue angle of 20º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD4714 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 71 | 20 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.32 |
| HSL | 20º | 0.79% | 0.38% | - |
| HSV(B) | 20º | 0.88% | 0.68% | - |
| XYZ | 19.61 | 13.44 | 2.22 | - |
| YUV | 95.68 | 85.29 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 20 | 0 | 0.59 | 0.88 | 0.32 | 20 | 0.79 | 0.38 |
| Hex | AD | 47 | 14 | 0 | 3B | 58 | 20 | 14 | 4F | 26 |
| Octal | 255 | 107 | 24 | 0 | 73 | 130 | 40 | 24 | 117 | 46 |
| Binary | 10101101 | 1000111 | 10100 | 0 | 111011 | 1011000 | 100000 | 10100 | 1001111 | 100110 |
Color Harmonies of #AD4714
Complementary color
Monochromatic Colors of #AD4714
Black with #AD4714
Text Example
Text Example
White with #AD4714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4714; }
p { color: rgb(173,71,20); }
H1.HeaderClassName
{
color: #AD4714;
}
.AnyTagClassName
{
color: #AD4714;
}
</style>
background-color css
<style>
a { background-color: #AD4714; }
a { background-color: rgb(173,71,20); }
div.DivClassName
{
background-color: #AD4714;
}
.BgClassName
{
background-color: #AD4714;
}
</style>
border-color css
<style>
span { border-color: #AD4714; }
span { border-color: rgb(173,71,20); }
td.TdClassName
{
border-color: #AD4714;
}
.TagClassName
{
border-color: #AD4714;
}
</style>