Shades of Rust #AD4210
Tints of Rust #AD4210
RGB
CMYK
RGB Variations
Color information
#AD4210 (or 0xAD4210) is known color: Rust. HEX triplet: AD, 42 and 10. RGB value is (173,66,16). Sum of RGB (Red+Green+Blue) = 173+66+16=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4210 is #52BDEF. Grayscale: #5C5C5C. Windows color (decimal): -5422576 or 1065645. OLE color: 1065645.
HSL color Cylindrical-coordinate representation of color #AD4210: hue angle of 19.11º degrees, saturation: 0.83, 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 #AD4210 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 16 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.32 |
| HSL | 19.11º | 0.83% | 0.37% | - |
| HSV(B) | 19.11º | 0.91% | 0.68% | - |
| XYZ | 19.28 | 12.82 | 1.95 | - |
| YUV | 92.29 | 84.95 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 16 | 0 | 0.62 | 0.91 | 0.32 | 19.11 | 0.83 | 0.37 |
| Hex | AD | 42 | 10 | 0 | 3E | 5B | 20 | 13 | 53 | 25 |
| Octal | 255 | 102 | 20 | 0 | 76 | 133 | 40 | 23 | 123 | 45 |
| Binary | 10101101 | 1000010 | 10000 | 0 | 111110 | 1011011 | 100000 | 10011 | 1010011 | 100101 |
Color Harmonies of #AD4210
Complementary color
Monochromatic Colors of #AD4210
Black with #AD4210
Text Example
Text Example
White with #AD4210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4210; }
p { color: rgb(173,66,16); }
H1.HeaderClassName
{
color: #AD4210;
}
.AnyTagClassName
{
color: #AD4210;
}
</style>
background-color css
<style>
a { background-color: #AD4210; }
a { background-color: rgb(173,66,16); }
div.DivClassName
{
background-color: #AD4210;
}
.BgClassName
{
background-color: #AD4210;
}
</style>
border-color css
<style>
span { border-color: #AD4210; }
span { border-color: rgb(173,66,16); }
td.TdClassName
{
border-color: #AD4210;
}
.TagClassName
{
border-color: #AD4210;
}
</style>