Shades of Rust #AD3513
Tints of Rust #AD3513
RGB
CMYK
RGB Variations
Color information
#AD3513 (or 0xAD3513) is known color: Rust. HEX triplet: AD, 35 and 13. RGB value is (173,53,19). Sum of RGB (Red+Green+Blue) = 173+53+19=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3513 is #52CAEC. Grayscale: #555555. Windows color (decimal): -5425901 or 1258925. OLE color: 1258925.
HSL color Cylindrical-coordinate representation of color #AD3513: hue angle of 13.25º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD3513 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 19 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.32 |
| HSL | 13.25º | 0.8% | 0.38% | - |
| HSV(B) | 13.25º | 0.89% | 0.68% | - |
| XYZ | 18.62 | 11.48 | 1.85 | - |
| YUV | 85 | 90.76 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 19 | 0 | 0.69 | 0.89 | 0.32 | 13.25 | 0.8 | 0.38 |
| Hex | AD | 35 | 13 | 0 | 45 | 59 | 20 | D | 50 | 26 |
| Octal | 255 | 65 | 23 | 0 | 105 | 131 | 40 | 15 | 120 | 46 |
| Binary | 10101101 | 110101 | 10011 | 0 | 1000101 | 1011001 | 100000 | 1101 | 1010000 | 100110 |
Color Harmonies of #AD3513
Complementary color
Monochromatic Colors of #AD3513
Black with #AD3513
Text Example
Text Example
White with #AD3513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3513; }
p { color: rgb(173,53,19); }
H1.HeaderClassName
{
color: #AD3513;
}
.AnyTagClassName
{
color: #AD3513;
}
</style>
background-color css
<style>
a { background-color: #AD3513; }
a { background-color: rgb(173,53,19); }
div.DivClassName
{
background-color: #AD3513;
}
.BgClassName
{
background-color: #AD3513;
}
</style>
border-color css
<style>
span { border-color: #AD3513; }
span { border-color: rgb(173,53,19); }
td.TdClassName
{
border-color: #AD3513;
}
.TagClassName
{
border-color: #AD3513;
}
</style>