Shades of Rust #AD4C14
Tints of Rust #AD4C14
RGB
CMYK
RGB Variations
Color information
#AD4C14 (or 0xAD4C14) is known color: Rust. HEX triplet: AD, 4C and 14. RGB value is (173,76,20). Sum of RGB (Red+Green+Blue) = 173+76+20=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4C14 is #52B3EB. Grayscale: #626262. Windows color (decimal): -5420012 or 1330349. OLE color: 1330349.
HSL color Cylindrical-coordinate representation of color #AD4C14: hue angle of 21.96º 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 #AD4C14 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 76 | 20 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.32 |
| HSL | 21.96º | 0.79% | 0.38% | - |
| HSV(B) | 21.96º | 0.88% | 0.68% | - |
| XYZ | 19.94 | 14.1 | 2.33 | - |
| YUV | 98.62 | 83.64 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 20 | 0 | 0.56 | 0.88 | 0.32 | 21.96 | 0.79 | 0.38 |
| Hex | AD | 4C | 14 | 0 | 38 | 58 | 20 | 16 | 4F | 26 |
| Octal | 255 | 114 | 24 | 0 | 70 | 130 | 40 | 26 | 117 | 46 |
| Binary | 10101101 | 1001100 | 10100 | 0 | 111000 | 1011000 | 100000 | 10110 | 1001111 | 100110 |
Color Harmonies of #AD4C14
Complementary color
Monochromatic Colors of #AD4C14
Black with #AD4C14
Text Example
Text Example
White with #AD4C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4C14; }
p { color: rgb(173,76,20); }
H1.HeaderClassName
{
color: #AD4C14;
}
.AnyTagClassName
{
color: #AD4C14;
}
</style>
background-color css
<style>
a { background-color: #AD4C14; }
a { background-color: rgb(173,76,20); }
div.DivClassName
{
background-color: #AD4C14;
}
.BgClassName
{
background-color: #AD4C14;
}
</style>
border-color css
<style>
span { border-color: #AD4C14; }
span { border-color: rgb(173,76,20); }
td.TdClassName
{
border-color: #AD4C14;
}
.TagClassName
{
border-color: #AD4C14;
}
</style>