Shades of Rust #AD4100
Tints of Rust #AD4100
RGB
CMYK
RGB Variations
Color information
#AD4100 (or 0xAD4100) is known color: Rust. HEX triplet: AD, 41 and 00. RGB value is (173,65,0). Sum of RGB (Red+Green+Blue) = 173+65+0=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4100 is #52BEFF. Grayscale: #5A5A5A. Windows color (decimal): -5422848 or 16813. OLE color: 16813.
HSL color Cylindrical-coordinate representation of color #AD4100: hue angle of 22.54º 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 #AD4100 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.32 |
| HSL | 22.54º | 1% | 0.34% | - |
| HSV(B) | 22.54º | 1% | 0.68% | - |
| XYZ | 19.12 | 12.66 | 1.44 | - |
| YUV | 89.88 | 77.28 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 0 | 0 | 0.62 | 1 | 0.32 | 22.54 | 1 | 0.34 |
| Hex | AD | 41 | 0 | 0 | 3E | 64 | 20 | 17 | 64 | 22 |
| Octal | 255 | 101 | 0 | 0 | 76 | 144 | 40 | 27 | 144 | 42 |
| Binary | 10101101 | 1000001 | 0 | 0 | 111110 | 1100100 | 100000 | 10111 | 1100100 | 100010 |
Color Harmonies of #AD4100
Complementary color
Monochromatic Colors of #AD4100
Black with #AD4100
Text Example
Text Example
White with #AD4100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4100; }
p { color: rgb(173,65,0); }
H1.HeaderClassName
{
color: #AD4100;
}
.AnyTagClassName
{
color: #AD4100;
}
</style>
background-color css
<style>
a { background-color: #AD4100; }
a { background-color: rgb(173,65,0); }
div.DivClassName
{
background-color: #AD4100;
}
.BgClassName
{
background-color: #AD4100;
}
</style>
border-color css
<style>
span { border-color: #AD4100; }
span { border-color: rgb(173,65,0); }
td.TdClassName
{
border-color: #AD4100;
}
.TagClassName
{
border-color: #AD4100;
}
</style>