Shades of Rust #AD520C
Tints of Rust #AD520C
RGB
CMYK
RGB Variations
Color information
#AD520C (or 0xAD520C) is known color: Rust. HEX triplet: AD, 52 and 0C. RGB value is (173,82,12). Sum of RGB (Red+Green+Blue) = 173+82+12=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD520C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD520C is #52ADF3. Grayscale: #656565. Windows color (decimal): -5418484 or 807597. OLE color: 807597.
HSL color Cylindrical-coordinate representation of color #AD520C: hue angle of 26.09º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD520C is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 12 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.32 |
| HSL | 26.09º | 0.87% | 0.36% | - |
| HSV(B) | 26.09º | 0.93% | 0.68% | - |
| XYZ | 20.32 | 14.95 | 2.16 | - |
| YUV | 101.23 | 77.65 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 12 | 0 | 0.53 | 0.93 | 0.32 | 26.09 | 0.87 | 0.36 |
| Hex | AD | 52 | C | 0 | 35 | 5D | 20 | 1A | 57 | 24 |
| Octal | 255 | 122 | 14 | 0 | 65 | 135 | 40 | 32 | 127 | 44 |
| Binary | 10101101 | 1010010 | 1100 | 0 | 110101 | 1011101 | 100000 | 11010 | 1010111 | 100100 |
Color Harmonies of #AD520C
Complementary color
Monochromatic Colors of #AD520C
Black with #AD520C
Text Example
Text Example
White with #AD520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD520C; }
p { color: rgb(173,82,12); }
H1.HeaderClassName
{
color: #AD520C;
}
.AnyTagClassName
{
color: #AD520C;
}
</style>
background-color css
<style>
a { background-color: #AD520C; }
a { background-color: rgb(173,82,12); }
div.DivClassName
{
background-color: #AD520C;
}
.BgClassName
{
background-color: #AD520C;
}
</style>
border-color css
<style>
span { border-color: #AD520C; }
span { border-color: rgb(173,82,12); }
td.TdClassName
{
border-color: #AD520C;
}
.TagClassName
{
border-color: #AD520C;
}
</style>