Shades of Rust #AD4814
Tints of Rust #AD4814
RGB
CMYK
RGB Variations
Color information
#AD4814 (or 0xAD4814) is known color: Rust. HEX triplet: AD, 48 and 14. RGB value is (173,72,20). Sum of RGB (Red+Green+Blue) = 173+72+20=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4814 is #52B7EB. Grayscale: #606060. Windows color (decimal): -5421036 or 1329325. OLE color: 1329325.
HSL color Cylindrical-coordinate representation of color #AD4814: hue angle of 20.39º 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 #AD4814 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 72 | 20 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.32 |
| HSL | 20.39º | 0.79% | 0.38% | - |
| HSV(B) | 20.39º | 0.88% | 0.68% | - |
| XYZ | 19.68 | 13.57 | 2.24 | - |
| YUV | 96.27 | 84.96 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 20 | 0 | 0.58 | 0.88 | 0.32 | 20.39 | 0.79 | 0.38 |
| Hex | AD | 48 | 14 | 0 | 3A | 58 | 20 | 14 | 4F | 26 |
| Octal | 255 | 110 | 24 | 0 | 72 | 130 | 40 | 24 | 117 | 46 |
| Binary | 10101101 | 1001000 | 10100 | 0 | 111010 | 1011000 | 100000 | 10100 | 1001111 | 100110 |
Color Harmonies of #AD4814
Complementary color
Monochromatic Colors of #AD4814
Black with #AD4814
Text Example
Text Example
White with #AD4814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4814; }
p { color: rgb(173,72,20); }
H1.HeaderClassName
{
color: #AD4814;
}
.AnyTagClassName
{
color: #AD4814;
}
</style>
background-color css
<style>
a { background-color: #AD4814; }
a { background-color: rgb(173,72,20); }
div.DivClassName
{
background-color: #AD4814;
}
.BgClassName
{
background-color: #AD4814;
}
</style>
border-color css
<style>
span { border-color: #AD4814; }
span { border-color: rgb(173,72,20); }
td.TdClassName
{
border-color: #AD4814;
}
.TagClassName
{
border-color: #AD4814;
}
</style>