Shades of Rust #AD4C0F
Tints of Rust #AD4C0F
RGB
CMYK
RGB Variations
Color information
#AD4C0F (or 0xAD4C0F) is known color: Rust. HEX triplet: AD, 4C and 0F. RGB value is (173,76,15). Sum of RGB (Red+Green+Blue) = 173+76+15=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4C0F is #52B3F0. Grayscale: #626262. Windows color (decimal): -5420017 or 1002669. OLE color: 1002669.
HSL color Cylindrical-coordinate representation of color #AD4C0F: hue angle of 23.16º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD4C0F is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 76 | 15 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.32 |
| HSL | 23.16º | 0.84% | 0.37% | - |
| HSV(B) | 23.16º | 0.91% | 0.68% | - |
| XYZ | 19.9 | 14.09 | 2.12 | - |
| YUV | 98.05 | 81.14 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 15 | 0 | 0.56 | 0.91 | 0.32 | 23.16 | 0.84 | 0.37 |
| Hex | AD | 4C | F | 0 | 38 | 5B | 20 | 17 | 54 | 25 |
| Octal | 255 | 114 | 17 | 0 | 70 | 133 | 40 | 27 | 124 | 45 |
| Binary | 10101101 | 1001100 | 1111 | 0 | 111000 | 1011011 | 100000 | 10111 | 1010100 | 100101 |
Color Harmonies of #AD4C0F
Complementary color
Monochromatic Colors of #AD4C0F
Black with #AD4C0F
Text Example
Text Example
White with #AD4C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4C0F; }
p { color: rgb(173,76,15); }
H1.HeaderClassName
{
color: #AD4C0F;
}
.AnyTagClassName
{
color: #AD4C0F;
}
</style>
background-color css
<style>
a { background-color: #AD4C0F; }
a { background-color: rgb(173,76,15); }
div.DivClassName
{
background-color: #AD4C0F;
}
.BgClassName
{
background-color: #AD4C0F;
}
</style>
border-color css
<style>
span { border-color: #AD4C0F; }
span { border-color: rgb(173,76,15); }
td.TdClassName
{
border-color: #AD4C0F;
}
.TagClassName
{
border-color: #AD4C0F;
}
</style>