Shades of Rust #AD3617
Tints of Rust #AD3617
RGB
CMYK
RGB Variations
Color information
#AD3617 (or 0xAD3617) is known color: Rust. HEX triplet: AD, 36 and 17. RGB value is (173,54,23). Sum of RGB (Red+Green+Blue) = 173+54+23=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3617 is #52C9E8. Grayscale: #565656. Windows color (decimal): -5425641 or 1521325. OLE color: 1521325.
HSL color Cylindrical-coordinate representation of color #AD3617: hue angle of 12.4º 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 #AD3617 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 23 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.32 |
| HSL | 12.4º | 0.77% | 0.38% | - |
| HSV(B) | 12.4º | 0.87% | 0.68% | - |
| XYZ | 18.71 | 11.58 | 2.06 | - |
| YUV | 86.05 | 92.42 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 23 | 0 | 0.69 | 0.87 | 0.32 | 12.4 | 0.77 | 0.38 |
| Hex | AD | 36 | 17 | 0 | 45 | 57 | 20 | C | 4D | 26 |
| Octal | 255 | 66 | 27 | 0 | 105 | 127 | 40 | 14 | 115 | 46 |
| Binary | 10101101 | 110110 | 10111 | 0 | 1000101 | 1010111 | 100000 | 1100 | 1001101 | 100110 |
Color Harmonies of #AD3617
Complementary color
Monochromatic Colors of #AD3617
Black with #AD3617
Text Example
Text Example
White with #AD3617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3617; }
p { color: rgb(173,54,23); }
H1.HeaderClassName
{
color: #AD3617;
}
.AnyTagClassName
{
color: #AD3617;
}
</style>
background-color css
<style>
a { background-color: #AD3617; }
a { background-color: rgb(173,54,23); }
div.DivClassName
{
background-color: #AD3617;
}
.BgClassName
{
background-color: #AD3617;
}
</style>
border-color css
<style>
span { border-color: #AD3617; }
span { border-color: rgb(173,54,23); }
td.TdClassName
{
border-color: #AD3617;
}
.TagClassName
{
border-color: #AD3617;
}
</style>