Shades of Rust #AD3D10
Tints of Rust #AD3D10
RGB
CMYK
RGB Variations
Color information
#AD3D10 (or 0xAD3D10) is known color: Rust. HEX triplet: AD, 3D and 10. RGB value is (173,61,16). Sum of RGB (Red+Green+Blue) = 173+61+16=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3D10 is #52C2EF. Grayscale: #595959. Windows color (decimal): -5423856 or 1064365. OLE color: 1064365.
HSL color Cylindrical-coordinate representation of color #AD3D10: hue angle of 17.2º 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 #AD3D10 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 61 | 16 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.32 |
| HSL | 17.2º | 0.83% | 0.37% | - |
| HSV(B) | 17.2º | 0.91% | 0.68% | - |
| XYZ | 19 | 12.26 | 1.86 | - |
| YUV | 89.36 | 86.61 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 16 | 0 | 0.65 | 0.91 | 0.32 | 17.2 | 0.83 | 0.37 |
| Hex | AD | 3D | 10 | 0 | 41 | 5B | 20 | 11 | 53 | 25 |
| Octal | 255 | 75 | 20 | 0 | 101 | 133 | 40 | 21 | 123 | 45 |
| Binary | 10101101 | 111101 | 10000 | 0 | 1000001 | 1011011 | 100000 | 10001 | 1010011 | 100101 |
Color Harmonies of #AD3D10
Complementary color
Monochromatic Colors of #AD3D10
Black with #AD3D10
Text Example
Text Example
White with #AD3D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3D10; }
p { color: rgb(173,61,16); }
H1.HeaderClassName
{
color: #AD3D10;
}
.AnyTagClassName
{
color: #AD3D10;
}
</style>
background-color css
<style>
a { background-color: #AD3D10; }
a { background-color: rgb(173,61,16); }
div.DivClassName
{
background-color: #AD3D10;
}
.BgClassName
{
background-color: #AD3D10;
}
</style>
border-color css
<style>
span { border-color: #AD3D10; }
span { border-color: rgb(173,61,16); }
td.TdClassName
{
border-color: #AD3D10;
}
.TagClassName
{
border-color: #AD3D10;
}
</style>