Shades of Rust #AD3D11
Tints of Rust #AD3D11
RGB
CMYK
RGB Variations
Color information
#AD3D11 (or 0xAD3D11) is known color: Rust. HEX triplet: AD, 3D and 11. RGB value is (173,61,17). Sum of RGB (Red+Green+Blue) = 173+61+17=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3D11 is #52C2EE. Grayscale: #595959. Windows color (decimal): -5423855 or 1129901. OLE color: 1129901.
HSL color Cylindrical-coordinate representation of color #AD3D11: hue angle of 16.92º 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 #AD3D11 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 61 | 17 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.32 |
| HSL | 16.92º | 0.82% | 0.37% | - |
| HSV(B) | 16.92º | 0.9% | 0.68% | - |
| XYZ | 19 | 12.26 | 1.9 | - |
| YUV | 89.47 | 87.11 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 17 | 0 | 0.65 | 0.90 | 0.32 | 16.92 | 0.82 | 0.37 |
| Hex | AD | 3D | 11 | 0 | 41 | 5A | 20 | 11 | 52 | 25 |
| Octal | 255 | 75 | 21 | 0 | 101 | 132 | 40 | 21 | 122 | 45 |
| Binary | 10101101 | 111101 | 10001 | 0 | 1000001 | 1011010 | 100000 | 10001 | 1010010 | 100101 |
Color Harmonies of #AD3D11
Complementary color
Monochromatic Colors of #AD3D11
Black with #AD3D11
Text Example
Text Example
White with #AD3D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3D11; }
p { color: rgb(173,61,17); }
H1.HeaderClassName
{
color: #AD3D11;
}
.AnyTagClassName
{
color: #AD3D11;
}
</style>
background-color css
<style>
a { background-color: #AD3D11; }
a { background-color: rgb(173,61,17); }
div.DivClassName
{
background-color: #AD3D11;
}
.BgClassName
{
background-color: #AD3D11;
}
</style>
border-color css
<style>
span { border-color: #AD3D11; }
span { border-color: rgb(173,61,17); }
td.TdClassName
{
border-color: #AD3D11;
}
.TagClassName
{
border-color: #AD3D11;
}
</style>