Shades of Rust #AD500C
Tints of Rust #AD500C
RGB
CMYK
RGB Variations
Color information
#AD500C (or 0xAD500C) is known color: Rust. HEX triplet: AD, 50 and 0C. RGB value is (173,80,12). Sum of RGB (Red+Green+Blue) = 173+80+12=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD500C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD500C is #52AFF3. Grayscale: #646464. Windows color (decimal): -5418996 or 807085. OLE color: 807085.
HSL color Cylindrical-coordinate representation of color #AD500C: hue angle of 25.34º 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 #AD500C is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 12 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.32 |
| HSL | 25.34º | 0.87% | 0.36% | - |
| HSV(B) | 25.34º | 0.93% | 0.68% | - |
| XYZ | 20.17 | 14.65 | 2.11 | - |
| YUV | 100.06 | 78.31 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 12 | 0 | 0.54 | 0.93 | 0.32 | 25.34 | 0.87 | 0.36 |
| Hex | AD | 50 | C | 0 | 36 | 5D | 20 | 19 | 57 | 24 |
| Octal | 255 | 120 | 14 | 0 | 66 | 135 | 40 | 31 | 127 | 44 |
| Binary | 10101101 | 1010000 | 1100 | 0 | 110110 | 1011101 | 100000 | 11001 | 1010111 | 100100 |
Color Harmonies of #AD500C
Complementary color
Monochromatic Colors of #AD500C
Black with #AD500C
Text Example
Text Example
White with #AD500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD500C; }
p { color: rgb(173,80,12); }
H1.HeaderClassName
{
color: #AD500C;
}
.AnyTagClassName
{
color: #AD500C;
}
</style>
background-color css
<style>
a { background-color: #AD500C; }
a { background-color: rgb(173,80,12); }
div.DivClassName
{
background-color: #AD500C;
}
.BgClassName
{
background-color: #AD500C;
}
</style>
border-color css
<style>
span { border-color: #AD500C; }
span { border-color: rgb(173,80,12); }
td.TdClassName
{
border-color: #AD500C;
}
.TagClassName
{
border-color: #AD500C;
}
</style>