Shades of Rust #AD3701
Tints of Rust #AD3701
RGB
CMYK
RGB Variations
Color information
#AD3701 (or 0xAD3701) is known color: Rust. HEX triplet: AD, 37 and 01. RGB value is (173,55,1). Sum of RGB (Red+Green+Blue) = 173+55+1=229 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.55% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3701 is #52C8FE. Grayscale: #545454. Windows color (decimal): -5425407 or 79789. OLE color: 79789.
HSL color Cylindrical-coordinate representation of color #AD3701: hue angle of 18.84º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD3701 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 1 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.32 |
| HSL | 18.84º | 0.99% | 0.34% | - |
| HSV(B) | 18.84º | 0.99% | 0.68% | - |
| XYZ | 18.61 | 11.62 | 1.29 | - |
| YUV | 84.13 | 81.09 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 1 | 0 | 0.68 | 0.99 | 0.32 | 18.84 | 0.99 | 0.34 |
| Hex | AD | 37 | 1 | 0 | 44 | 63 | 20 | 13 | 63 | 22 |
| Octal | 255 | 67 | 1 | 0 | 104 | 143 | 40 | 23 | 143 | 42 |
| Binary | 10101101 | 110111 | 1 | 0 | 1000100 | 1100011 | 100000 | 10011 | 1100011 | 100010 |
Color Harmonies of #AD3701
Complementary color
Monochromatic Colors of #AD3701
Black with #AD3701
Text Example
Text Example
White with #AD3701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3701; }
p { color: rgb(173,55,1); }
H1.HeaderClassName
{
color: #AD3701;
}
.AnyTagClassName
{
color: #AD3701;
}
</style>
background-color css
<style>
a { background-color: #AD3701; }
a { background-color: rgb(173,55,1); }
div.DivClassName
{
background-color: #AD3701;
}
.BgClassName
{
background-color: #AD3701;
}
</style>
border-color css
<style>
span { border-color: #AD3701; }
span { border-color: rgb(173,55,1); }
td.TdClassName
{
border-color: #AD3701;
}
.TagClassName
{
border-color: #AD3701;
}
</style>