Shades of Rust #AD3900
Tints of Rust #AD3900
RGB
CMYK
RGB Variations
Color information
#AD3900 (or 0xAD3900) is known color: Rust. HEX triplet: AD, 39 and 00. RGB value is (173,57,0). Sum of RGB (Red+Green+Blue) = 173+57+0=230 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.22% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3900 is #52C6FF. Grayscale: #555555. Windows color (decimal): -5424896 or 14765. OLE color: 14765.
HSL color Cylindrical-coordinate representation of color #AD3900: hue angle of 19.77º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD3900 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.32 |
| HSL | 19.77º | 1% | 0.34% | - |
| HSV(B) | 19.77º | 1% | 0.68% | - |
| XYZ | 18.7 | 11.81 | 1.29 | - |
| YUV | 85.19 | 79.93 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 0 | 0 | 0.67 | 1 | 0.32 | 19.77 | 1 | 0.34 |
| Hex | AD | 39 | 0 | 0 | 43 | 64 | 20 | 14 | 64 | 22 |
| Octal | 255 | 71 | 0 | 0 | 103 | 144 | 40 | 24 | 144 | 42 |
| Binary | 10101101 | 111001 | 0 | 0 | 1000011 | 1100100 | 100000 | 10100 | 1100100 | 100010 |
Color Harmonies of #AD3900
Complementary color
Monochromatic Colors of #AD3900
Black with #AD3900
Text Example
Text Example
White with #AD3900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3900; }
p { color: rgb(173,57,0); }
H1.HeaderClassName
{
color: #AD3900;
}
.AnyTagClassName
{
color: #AD3900;
}
</style>
background-color css
<style>
a { background-color: #AD3900; }
a { background-color: rgb(173,57,0); }
div.DivClassName
{
background-color: #AD3900;
}
.BgClassName
{
background-color: #AD3900;
}
</style>
border-color css
<style>
span { border-color: #AD3900; }
span { border-color: rgb(173,57,0); }
td.TdClassName
{
border-color: #AD3900;
}
.TagClassName
{
border-color: #AD3900;
}
</style>