Shades of Rust #AD3B1E
Tints of Rust #AD3B1E
RGB
CMYK
RGB Variations
Color information
#AD3B1E (or 0xAD3B1E) is known color: Rust. HEX triplet: AD, 3B and 1E. RGB value is (173,59,30). Sum of RGB (Red+Green+Blue) = 173+59+30=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3B1E is #52C4E1. Grayscale: #5A5A5A. Windows color (decimal): -5424354 or 1981357. OLE color: 1981357.
HSL color Cylindrical-coordinate representation of color #AD3B1E: hue angle of 12.17º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD3B1E is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 59 | 30 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.32 |
| HSL | 12.17º | 0.7% | 0.4% | - |
| HSV(B) | 12.17º | 0.83% | 0.68% | - |
| XYZ | 19.03 | 12.11 | 2.56 | - |
| YUV | 89.78 | 94.27 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 30 | 0 | 0.66 | 0.83 | 0.32 | 12.17 | 0.7 | 0.4 |
| Hex | AD | 3B | 1E | 0 | 42 | 53 | 20 | C | 46 | 28 |
| Octal | 255 | 73 | 36 | 0 | 102 | 123 | 40 | 14 | 106 | 50 |
| Binary | 10101101 | 111011 | 11110 | 0 | 1000010 | 1010011 | 100000 | 1100 | 1000110 | 101000 |
Color Harmonies of #AD3B1E
Complementary color
Monochromatic Colors of #AD3B1E
Black with #AD3B1E
Text Example
Text Example
White with #AD3B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3B1E; }
p { color: rgb(173,59,30); }
H1.HeaderClassName
{
color: #AD3B1E;
}
.AnyTagClassName
{
color: #AD3B1E;
}
</style>
background-color css
<style>
a { background-color: #AD3B1E; }
a { background-color: rgb(173,59,30); }
div.DivClassName
{
background-color: #AD3B1E;
}
.BgClassName
{
background-color: #AD3B1E;
}
</style>
border-color css
<style>
span { border-color: #AD3B1E; }
span { border-color: rgb(173,59,30); }
td.TdClassName
{
border-color: #AD3B1E;
}
.TagClassName
{
border-color: #AD3B1E;
}
</style>