Shades of Rust #AD3A13
Tints of Rust #AD3A13
RGB
CMYK
RGB Variations
Color information
#AD3A13 (or 0xAD3A13) is known color: Rust. HEX triplet: AD, 3A and 13. RGB value is (173,58,19). Sum of RGB (Red+Green+Blue) = 173+58+19=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3A13 is #52C5EC. Grayscale: #585858. Windows color (decimal): -5424621 or 1260205. OLE color: 1260205.
HSL color Cylindrical-coordinate representation of color #AD3A13: hue angle of 15.19º 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 #AD3A13 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 58 | 19 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.32 |
| HSL | 15.19º | 0.8% | 0.38% | - |
| HSV(B) | 15.19º | 0.89% | 0.68% | - |
| XYZ | 18.86 | 11.96 | 1.93 | - |
| YUV | 87.94 | 89.1 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 19 | 0 | 0.66 | 0.89 | 0.32 | 15.19 | 0.8 | 0.38 |
| Hex | AD | 3A | 13 | 0 | 42 | 59 | 20 | F | 50 | 26 |
| Octal | 255 | 72 | 23 | 0 | 102 | 131 | 40 | 17 | 120 | 46 |
| Binary | 10101101 | 111010 | 10011 | 0 | 1000010 | 1011001 | 100000 | 1111 | 1010000 | 100110 |
Color Harmonies of #AD3A13
Complementary color
Monochromatic Colors of #AD3A13
Black with #AD3A13
Text Example
Text Example
White with #AD3A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3A13; }
p { color: rgb(173,58,19); }
H1.HeaderClassName
{
color: #AD3A13;
}
.AnyTagClassName
{
color: #AD3A13;
}
</style>
background-color css
<style>
a { background-color: #AD3A13; }
a { background-color: rgb(173,58,19); }
div.DivClassName
{
background-color: #AD3A13;
}
.BgClassName
{
background-color: #AD3A13;
}
</style>
border-color css
<style>
span { border-color: #AD3A13; }
span { border-color: rgb(173,58,19); }
td.TdClassName
{
border-color: #AD3A13;
}
.TagClassName
{
border-color: #AD3A13;
}
</style>