Shades of Rust #AD3B11
Tints of Rust #AD3B11
RGB
CMYK
RGB Variations
Color information
#AD3B11 (or 0xAD3B11) is known color: Rust. HEX triplet: AD, 3B and 11. RGB value is (173,59,17). Sum of RGB (Red+Green+Blue) = 173+59+17=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3B11 is #52C4EE. Grayscale: #585858. Windows color (decimal): -5424367 or 1129389. OLE color: 1129389.
HSL color Cylindrical-coordinate representation of color #AD3B11: hue angle of 16.15º 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 #AD3B11 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 59 | 17 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.32 |
| HSL | 16.15º | 0.82% | 0.37% | - |
| HSV(B) | 16.15º | 0.9% | 0.68% | - |
| XYZ | 18.9 | 12.05 | 1.86 | - |
| YUV | 88.3 | 87.77 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 17 | 0 | 0.66 | 0.90 | 0.32 | 16.15 | 0.82 | 0.37 |
| Hex | AD | 3B | 11 | 0 | 42 | 5A | 20 | 10 | 52 | 25 |
| Octal | 255 | 73 | 21 | 0 | 102 | 132 | 40 | 20 | 122 | 45 |
| Binary | 10101101 | 111011 | 10001 | 0 | 1000010 | 1011010 | 100000 | 10000 | 1010010 | 100101 |
Color Harmonies of #AD3B11
Complementary color
Monochromatic Colors of #AD3B11
Black with #AD3B11
Text Example
Text Example
White with #AD3B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3B11; }
p { color: rgb(173,59,17); }
H1.HeaderClassName
{
color: #AD3B11;
}
.AnyTagClassName
{
color: #AD3B11;
}
</style>
background-color css
<style>
a { background-color: #AD3B11; }
a { background-color: rgb(173,59,17); }
div.DivClassName
{
background-color: #AD3B11;
}
.BgClassName
{
background-color: #AD3B11;
}
</style>
border-color css
<style>
span { border-color: #AD3B11; }
span { border-color: rgb(173,59,17); }
td.TdClassName
{
border-color: #AD3B11;
}
.TagClassName
{
border-color: #AD3B11;
}
</style>