Shades of Rust #AD3F10
Tints of Rust #AD3F10
RGB
CMYK
RGB Variations
Color information
#AD3F10 (or 0xAD3F10) is known color: Rust. HEX triplet: AD, 3F and 10. RGB value is (173,63,16). Sum of RGB (Red+Green+Blue) = 173+63+16=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3F10 is #52C0EF. Grayscale: #5A5A5A. Windows color (decimal): -5423344 or 1064877. OLE color: 1064877.
HSL color Cylindrical-coordinate representation of color #AD3F10: hue angle of 17.96º 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 #AD3F10 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 63 | 16 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.32 |
| HSL | 17.96º | 0.83% | 0.37% | - |
| HSV(B) | 17.96º | 0.91% | 0.68% | - |
| XYZ | 19.1 | 12.48 | 1.89 | - |
| YUV | 90.53 | 85.94 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 63 | 16 | 0 | 0.64 | 0.91 | 0.32 | 17.96 | 0.83 | 0.37 |
| Hex | AD | 3F | 10 | 0 | 40 | 5B | 20 | 12 | 53 | 25 |
| Octal | 255 | 77 | 20 | 0 | 100 | 133 | 40 | 22 | 123 | 45 |
| Binary | 10101101 | 111111 | 10000 | 0 | 1000000 | 1011011 | 100000 | 10010 | 1010011 | 100101 |
Color Harmonies of #AD3F10
Complementary color
Monochromatic Colors of #AD3F10
Black with #AD3F10
Text Example
Text Example
White with #AD3F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3F10; }
p { color: rgb(173,63,16); }
H1.HeaderClassName
{
color: #AD3F10;
}
.AnyTagClassName
{
color: #AD3F10;
}
</style>
background-color css
<style>
a { background-color: #AD3F10; }
a { background-color: rgb(173,63,16); }
div.DivClassName
{
background-color: #AD3F10;
}
.BgClassName
{
background-color: #AD3F10;
}
</style>
border-color css
<style>
span { border-color: #AD3F10; }
span { border-color: rgb(173,63,16); }
td.TdClassName
{
border-color: #AD3F10;
}
.TagClassName
{
border-color: #AD3F10;
}
</style>