Shades of Rust #AD3D15
Tints of Rust #AD3D15
RGB
CMYK
RGB Variations
Color information
#AD3D15 (or 0xAD3D15) is known color: Rust. HEX triplet: AD, 3D and 15. RGB value is (173,61,21). Sum of RGB (Red+Green+Blue) = 173+61+21=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3D15 is #52C2EA. Grayscale: #5A5A5A. Windows color (decimal): -5423851 or 1392045. OLE color: 1392045.
HSL color Cylindrical-coordinate representation of color #AD3D15: hue angle of 15.79º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD3D15 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 61 | 21 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.32 |
| HSL | 15.79º | 0.78% | 0.38% | - |
| HSV(B) | 15.79º | 0.88% | 0.68% | - |
| XYZ | 19.04 | 12.28 | 2.08 | - |
| YUV | 89.93 | 89.11 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 21 | 0 | 0.65 | 0.88 | 0.32 | 15.79 | 0.78 | 0.38 |
| Hex | AD | 3D | 15 | 0 | 41 | 58 | 20 | 10 | 4E | 26 |
| Octal | 255 | 75 | 25 | 0 | 101 | 130 | 40 | 20 | 116 | 46 |
| Binary | 10101101 | 111101 | 10101 | 0 | 1000001 | 1011000 | 100000 | 10000 | 1001110 | 100110 |
Color Harmonies of #AD3D15
Complementary color
Monochromatic Colors of #AD3D15
Black with #AD3D15
Text Example
Text Example
White with #AD3D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3D15; }
p { color: rgb(173,61,21); }
H1.HeaderClassName
{
color: #AD3D15;
}
.AnyTagClassName
{
color: #AD3D15;
}
</style>
background-color css
<style>
a { background-color: #AD3D15; }
a { background-color: rgb(173,61,21); }
div.DivClassName
{
background-color: #AD3D15;
}
.BgClassName
{
background-color: #AD3D15;
}
</style>
border-color css
<style>
span { border-color: #AD3D15; }
span { border-color: rgb(173,61,21); }
td.TdClassName
{
border-color: #AD3D15;
}
.TagClassName
{
border-color: #AD3D15;
}
</style>