Shades of Rust #AD4C00
Tints of Rust #AD4C00
RGB
CMYK
RGB Variations
Color information
#AD4C00 (or 0xAD4C00) is known color: Rust. HEX triplet: AD, 4C and 00. RGB value is (173,76,0). Sum of RGB (Red+Green+Blue) = 173+76+0=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4C00 is #52B3FF. Grayscale: #606060. Windows color (decimal): -5420032 or 19629. OLE color: 19629.
HSL color Cylindrical-coordinate representation of color #AD4C00: hue angle of 26.36º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD4C00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 76 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.32 |
| HSL | 26.36º | 1% | 0.34% | - |
| HSV(B) | 26.36º | 1% | 0.68% | - |
| XYZ | 19.82 | 14.05 | 1.67 | - |
| YUV | 96.34 | 73.64 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 0 | 0 | 0.56 | 1 | 0.32 | 26.36 | 1 | 0.34 |
| Hex | AD | 4C | 0 | 0 | 38 | 64 | 20 | 1A | 64 | 22 |
| Octal | 255 | 114 | 0 | 0 | 70 | 144 | 40 | 32 | 144 | 42 |
| Binary | 10101101 | 1001100 | 0 | 0 | 111000 | 1100100 | 100000 | 11010 | 1100100 | 100010 |
Color Harmonies of #AD4C00
Complementary color
Monochromatic Colors of #AD4C00
Black with #AD4C00
Text Example
Text Example
White with #AD4C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4C00; }
p { color: rgb(173,76,0); }
H1.HeaderClassName
{
color: #AD4C00;
}
.AnyTagClassName
{
color: #AD4C00;
}
</style>
background-color css
<style>
a { background-color: #AD4C00; }
a { background-color: rgb(173,76,0); }
div.DivClassName
{
background-color: #AD4C00;
}
.BgClassName
{
background-color: #AD4C00;
}
</style>
border-color css
<style>
span { border-color: #AD4C00; }
span { border-color: rgb(173,76,0); }
td.TdClassName
{
border-color: #AD4C00;
}
.TagClassName
{
border-color: #AD4C00;
}
</style>