Shades of Rust #AD4000
Tints of Rust #AD4000
RGB
CMYK
RGB Variations
Color information
#AD4000 (or 0xAD4000) is known color: Rust. HEX triplet: AD, 40 and 00. RGB value is (173,64,0). Sum of RGB (Red+Green+Blue) = 173+64+0=237 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.00% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4000 is #52BFFF. Grayscale: #595959. Windows color (decimal): -5423104 or 16557. OLE color: 16557.
HSL color Cylindrical-coordinate representation of color #AD4000: hue angle of 22.2º 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 #AD4000 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.32 |
| HSL | 22.2º | 1% | 0.34% | - |
| HSV(B) | 22.2º | 1% | 0.68% | - |
| XYZ | 19.07 | 12.55 | 1.42 | - |
| YUV | 89.3 | 77.61 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 0 | 0 | 0.63 | 1 | 0.32 | 22.2 | 1 | 0.34 |
| Hex | AD | 40 | 0 | 0 | 3F | 64 | 20 | 16 | 64 | 22 |
| Octal | 255 | 100 | 0 | 0 | 77 | 144 | 40 | 26 | 144 | 42 |
| Binary | 10101101 | 1000000 | 0 | 0 | 111111 | 1100100 | 100000 | 10110 | 1100100 | 100010 |
Color Harmonies of #AD4000
Complementary color
Monochromatic Colors of #AD4000
Black with #AD4000
Text Example
Text Example
White with #AD4000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4000; }
p { color: rgb(173,64,0); }
H1.HeaderClassName
{
color: #AD4000;
}
.AnyTagClassName
{
color: #AD4000;
}
</style>
background-color css
<style>
a { background-color: #AD4000; }
a { background-color: rgb(173,64,0); }
div.DivClassName
{
background-color: #AD4000;
}
.BgClassName
{
background-color: #AD4000;
}
</style>
border-color css
<style>
span { border-color: #AD4000; }
span { border-color: rgb(173,64,0); }
td.TdClassName
{
border-color: #AD4000;
}
.TagClassName
{
border-color: #AD4000;
}
</style>