Shades of Rust #AD3417
Tints of Rust #AD3417
RGB
CMYK
RGB Variations
Color information
#AD3417 (or 0xAD3417) is known color: Rust. HEX triplet: AD, 34 and 17. RGB value is (173,52,23). Sum of RGB (Red+Green+Blue) = 173+52+23=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3417 is #52CBE8. Grayscale: #555555. Windows color (decimal): -5426153 or 1520813. OLE color: 1520813.
HSL color Cylindrical-coordinate representation of color #AD3417: hue angle of 11.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD3417 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 23 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.32 |
| HSL | 11.6º | 0.77% | 0.38% | - |
| HSV(B) | 11.6º | 0.87% | 0.68% | - |
| XYZ | 18.62 | 11.4 | 2.03 | - |
| YUV | 84.87 | 93.09 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 23 | 0 | 0.70 | 0.87 | 0.32 | 11.6 | 0.77 | 0.38 |
| Hex | AD | 34 | 17 | 0 | 46 | 57 | 20 | C | 4D | 26 |
| Octal | 255 | 64 | 27 | 0 | 106 | 127 | 40 | 14 | 115 | 46 |
| Binary | 10101101 | 110100 | 10111 | 0 | 1000110 | 1010111 | 100000 | 1100 | 1001101 | 100110 |
Color Harmonies of #AD3417
Complementary color
Monochromatic Colors of #AD3417
Black with #AD3417
Text Example
Text Example
White with #AD3417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3417; }
p { color: rgb(173,52,23); }
H1.HeaderClassName
{
color: #AD3417;
}
.AnyTagClassName
{
color: #AD3417;
}
</style>
background-color css
<style>
a { background-color: #AD3417; }
a { background-color: rgb(173,52,23); }
div.DivClassName
{
background-color: #AD3417;
}
.BgClassName
{
background-color: #AD3417;
}
</style>
border-color css
<style>
span { border-color: #AD3417; }
span { border-color: rgb(173,52,23); }
td.TdClassName
{
border-color: #AD3417;
}
.TagClassName
{
border-color: #AD3417;
}
</style>