Shades of Rust #AD3A19
Tints of Rust #AD3A19
RGB
CMYK
RGB Variations
Color information
#AD3A19 (or 0xAD3A19) is known color: Rust. HEX triplet: AD, 3A and 19. RGB value is (173,58,25). Sum of RGB (Red+Green+Blue) = 173+58+25=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3A19 is #52C5E6. Grayscale: #585858. Windows color (decimal): -5424615 or 1653421. OLE color: 1653421.
HSL color Cylindrical-coordinate representation of color #AD3A19: hue angle of 13.38º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD3A19 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 58 | 25 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.32 |
| HSL | 13.38º | 0.75% | 0.39% | - |
| HSV(B) | 13.38º | 0.86% | 0.68% | - |
| XYZ | 18.92 | 11.98 | 2.23 | - |
| YUV | 88.62 | 92.1 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 25 | 0 | 0.66 | 0.86 | 0.32 | 13.38 | 0.75 | 0.39 |
| Hex | AD | 3A | 19 | 0 | 42 | 56 | 20 | D | 4B | 27 |
| Octal | 255 | 72 | 31 | 0 | 102 | 126 | 40 | 15 | 113 | 47 |
| Binary | 10101101 | 111010 | 11001 | 0 | 1000010 | 1010110 | 100000 | 1101 | 1001011 | 100111 |
Color Harmonies of #AD3A19
Complementary color
Monochromatic Colors of #AD3A19
Black with #AD3A19
Text Example
Text Example
White with #AD3A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3A19; }
p { color: rgb(173,58,25); }
H1.HeaderClassName
{
color: #AD3A19;
}
.AnyTagClassName
{
color: #AD3A19;
}
</style>
background-color css
<style>
a { background-color: #AD3A19; }
a { background-color: rgb(173,58,25); }
div.DivClassName
{
background-color: #AD3A19;
}
.BgClassName
{
background-color: #AD3A19;
}
</style>
border-color css
<style>
span { border-color: #AD3A19; }
span { border-color: rgb(173,58,25); }
td.TdClassName
{
border-color: #AD3A19;
}
.TagClassName
{
border-color: #AD3A19;
}
</style>