Shades of Rust #AD4414
Tints of Rust #AD4414
RGB
CMYK
RGB Variations
Color information
#AD4414 (or 0xAD4414) is known color: Rust. HEX triplet: AD, 44 and 14. RGB value is (173,68,20). Sum of RGB (Red+Green+Blue) = 173+68+20=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4414 is #52BBEB. Grayscale: #5E5E5E. Windows color (decimal): -5422060 or 1328301. OLE color: 1328301.
HSL color Cylindrical-coordinate representation of color #AD4414: hue angle of 18.82º 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 #AD4414 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 20 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.32 |
| HSL | 18.82º | 0.79% | 0.38% | - |
| HSV(B) | 18.82º | 0.88% | 0.68% | - |
| XYZ | 19.43 | 13.07 | 2.16 | - |
| YUV | 93.92 | 86.29 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 20 | 0 | 0.61 | 0.88 | 0.32 | 18.82 | 0.79 | 0.38 |
| Hex | AD | 44 | 14 | 0 | 3D | 58 | 20 | 13 | 4F | 26 |
| Octal | 255 | 104 | 24 | 0 | 75 | 130 | 40 | 23 | 117 | 46 |
| Binary | 10101101 | 1000100 | 10100 | 0 | 111101 | 1011000 | 100000 | 10011 | 1001111 | 100110 |
Color Harmonies of #AD4414
Complementary color
Monochromatic Colors of #AD4414
Black with #AD4414
Text Example
Text Example
White with #AD4414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4414; }
p { color: rgb(173,68,20); }
H1.HeaderClassName
{
color: #AD4414;
}
.AnyTagClassName
{
color: #AD4414;
}
</style>
background-color css
<style>
a { background-color: #AD4414; }
a { background-color: rgb(173,68,20); }
div.DivClassName
{
background-color: #AD4414;
}
.BgClassName
{
background-color: #AD4414;
}
</style>
border-color css
<style>
span { border-color: #AD4414; }
span { border-color: rgb(173,68,20); }
td.TdClassName
{
border-color: #AD4414;
}
.TagClassName
{
border-color: #AD4414;
}
</style>