Shades of Rust #AD4211
Tints of Rust #AD4211
RGB
CMYK
RGB Variations
Color information
#AD4211 (or 0xAD4211) is known color: Rust. HEX triplet: AD, 42 and 11. RGB value is (173,66,17). Sum of RGB (Red+Green+Blue) = 173+66+17=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4211 is #52BDEE. Grayscale: #5C5C5C. Windows color (decimal): -5422575 or 1131181. OLE color: 1131181.
HSL color Cylindrical-coordinate representation of color #AD4211: hue angle of 18.85º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD4211 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 17 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.32 |
| HSL | 18.85º | 0.82% | 0.37% | - |
| HSV(B) | 18.85º | 0.9% | 0.68% | - |
| XYZ | 19.28 | 12.82 | 1.99 | - |
| YUV | 92.41 | 85.45 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 17 | 0 | 0.62 | 0.90 | 0.32 | 18.85 | 0.82 | 0.37 |
| Hex | AD | 42 | 11 | 0 | 3E | 5A | 20 | 13 | 52 | 25 |
| Octal | 255 | 102 | 21 | 0 | 76 | 132 | 40 | 23 | 122 | 45 |
| Binary | 10101101 | 1000010 | 10001 | 0 | 111110 | 1011010 | 100000 | 10011 | 1010010 | 100101 |
Color Harmonies of #AD4211
Complementary color
Monochromatic Colors of #AD4211
Black with #AD4211
Text Example
Text Example
White with #AD4211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4211; }
p { color: rgb(173,66,17); }
H1.HeaderClassName
{
color: #AD4211;
}
.AnyTagClassName
{
color: #AD4211;
}
</style>
background-color css
<style>
a { background-color: #AD4211; }
a { background-color: rgb(173,66,17); }
div.DivClassName
{
background-color: #AD4211;
}
.BgClassName
{
background-color: #AD4211;
}
</style>
border-color css
<style>
span { border-color: #AD4211; }
span { border-color: rgb(173,66,17); }
td.TdClassName
{
border-color: #AD4211;
}
.TagClassName
{
border-color: #AD4211;
}
</style>