Shades of Rust #AD3700
Tints of Rust #AD3700
RGB
CMYK
RGB Variations
Color information
#AD3700 (or 0xAD3700) is known color: Rust. HEX triplet: AD, 37 and 00. RGB value is (173,55,0). Sum of RGB (Red+Green+Blue) = 173+55+0=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3700 is #52C8FF. Grayscale: #545454. Windows color (decimal): -5425408 or 14253. OLE color: 14253.
HSL color Cylindrical-coordinate representation of color #AD3700: hue angle of 19.08º 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 #AD3700 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.32 |
| HSL | 19.08º | 1% | 0.34% | - |
| HSV(B) | 19.08º | 1% | 0.68% | - |
| XYZ | 18.6 | 11.62 | 1.26 | - |
| YUV | 84.01 | 80.59 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 0 | 0 | 0.68 | 1 | 0.32 | 19.08 | 1 | 0.34 |
| Hex | AD | 37 | 0 | 0 | 44 | 64 | 20 | 13 | 64 | 22 |
| Octal | 255 | 67 | 0 | 0 | 104 | 144 | 40 | 23 | 144 | 42 |
| Binary | 10101101 | 110111 | 0 | 0 | 1000100 | 1100100 | 100000 | 10011 | 1100100 | 100010 |
Color Harmonies of #AD3700
Complementary color
Monochromatic Colors of #AD3700
Black with #AD3700
Text Example
Text Example
White with #AD3700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3700; }
p { color: rgb(173,55,0); }
H1.HeaderClassName
{
color: #AD3700;
}
.AnyTagClassName
{
color: #AD3700;
}
</style>
background-color css
<style>
a { background-color: #AD3700; }
a { background-color: rgb(173,55,0); }
div.DivClassName
{
background-color: #AD3700;
}
.BgClassName
{
background-color: #AD3700;
}
</style>
border-color css
<style>
span { border-color: #AD3700; }
span { border-color: rgb(173,55,0); }
td.TdClassName
{
border-color: #AD3700;
}
.TagClassName
{
border-color: #AD3700;
}
</style>