Shades of Rust #AD570D
Tints of Rust #AD570D
RGB
CMYK
RGB Variations
Color information
#AD570D (or 0xAD570D) is known color: Rust. HEX triplet: AD, 57 and 0D. RGB value is (173,87,13). Sum of RGB (Red+Green+Blue) = 173+87+13=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD570D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD570D is #52A8F2. Grayscale: #686868. Windows color (decimal): -5417203 or 874413. OLE color: 874413.
HSL color Cylindrical-coordinate representation of color #AD570D: hue angle of 27.75º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD570D is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 13 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.32 |
| HSL | 27.75º | 0.86% | 0.36% | - |
| HSV(B) | 27.75º | 0.92% | 0.68% | - |
| XYZ | 20.71 | 15.73 | 2.33 | - |
| YUV | 104.28 | 76.49 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 13 | 0 | 0.50 | 0.92 | 0.32 | 27.75 | 0.86 | 0.36 |
| Hex | AD | 57 | D | 0 | 32 | 5C | 20 | 1C | 56 | 24 |
| Octal | 255 | 127 | 15 | 0 | 62 | 134 | 40 | 34 | 126 | 44 |
| Binary | 10101101 | 1010111 | 1101 | 0 | 110010 | 1011100 | 100000 | 11100 | 1010110 | 100100 |
Color Harmonies of #AD570D
Complementary color
Monochromatic Colors of #AD570D
Black with #AD570D
Text Example
Text Example
White with #AD570D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD570D; }
p { color: rgb(173,87,13); }
H1.HeaderClassName
{
color: #AD570D;
}
.AnyTagClassName
{
color: #AD570D;
}
</style>
background-color css
<style>
a { background-color: #AD570D; }
a { background-color: rgb(173,87,13); }
div.DivClassName
{
background-color: #AD570D;
}
.BgClassName
{
background-color: #AD570D;
}
</style>
border-color css
<style>
span { border-color: #AD570D; }
span { border-color: rgb(173,87,13); }
td.TdClassName
{
border-color: #AD570D;
}
.TagClassName
{
border-color: #AD570D;
}
</style>