Shades of Rust #AD3C15
Tints of Rust #AD3C15
RGB
CMYK
RGB Variations
Color information
#AD3C15 (or 0xAD3C15) is known color: Rust. HEX triplet: AD, 3C and 15. RGB value is (173,60,21). Sum of RGB (Red+Green+Blue) = 173+60+21=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3C15 is #52C3EA. Grayscale: #595959. Windows color (decimal): -5424107 or 1391789. OLE color: 1391789.
HSL color Cylindrical-coordinate representation of color #AD3C15: hue angle of 15.39º 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 #AD3C15 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 60 | 21 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.32 |
| HSL | 15.39º | 0.78% | 0.38% | - |
| HSV(B) | 15.39º | 0.88% | 0.68% | - |
| XYZ | 18.98 | 12.17 | 2.06 | - |
| YUV | 89.34 | 89.44 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 60 | 21 | 0 | 0.65 | 0.88 | 0.32 | 15.39 | 0.78 | 0.38 |
| Hex | AD | 3C | 15 | 0 | 41 | 58 | 20 | F | 4E | 26 |
| Octal | 255 | 74 | 25 | 0 | 101 | 130 | 40 | 17 | 116 | 46 |
| Binary | 10101101 | 111100 | 10101 | 0 | 1000001 | 1011000 | 100000 | 1111 | 1001110 | 100110 |
Color Harmonies of #AD3C15
Complementary color
Monochromatic Colors of #AD3C15
Black with #AD3C15
Text Example
Text Example
White with #AD3C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3C15; }
p { color: rgb(173,60,21); }
H1.HeaderClassName
{
color: #AD3C15;
}
.AnyTagClassName
{
color: #AD3C15;
}
</style>
background-color css
<style>
a { background-color: #AD3C15; }
a { background-color: rgb(173,60,21); }
div.DivClassName
{
background-color: #AD3C15;
}
.BgClassName
{
background-color: #AD3C15;
}
</style>
border-color css
<style>
span { border-color: #AD3C15; }
span { border-color: rgb(173,60,21); }
td.TdClassName
{
border-color: #AD3C15;
}
.TagClassName
{
border-color: #AD3C15;
}
</style>