Shades of Rust #AD510E
Tints of Rust #AD510E
RGB
CMYK
RGB Variations
Color information
#AD510E (or 0xAD510E) is known color: Rust. HEX triplet: AD, 51 and 0E. RGB value is (173,81,14). Sum of RGB (Red+Green+Blue) = 173+81+14=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD510E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD510E is #52AEF1. Grayscale: #656565. Windows color (decimal): -5418738 or 938413. OLE color: 938413.
HSL color Cylindrical-coordinate representation of color #AD510E: hue angle of 25.28º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD510E is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 81 | 14 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.32 |
| HSL | 25.28º | 0.85% | 0.37% | - |
| HSV(B) | 25.28º | 0.92% | 0.68% | - |
| XYZ | 20.26 | 14.8 | 2.2 | - |
| YUV | 100.87 | 78.98 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 14 | 0 | 0.53 | 0.92 | 0.32 | 25.28 | 0.85 | 0.37 |
| Hex | AD | 51 | E | 0 | 35 | 5C | 20 | 19 | 55 | 25 |
| Octal | 255 | 121 | 16 | 0 | 65 | 134 | 40 | 31 | 125 | 45 |
| Binary | 10101101 | 1010001 | 1110 | 0 | 110101 | 1011100 | 100000 | 11001 | 1010101 | 100101 |
Color Harmonies of #AD510E
Complementary color
Monochromatic Colors of #AD510E
Black with #AD510E
Text Example
Text Example
White with #AD510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD510E; }
p { color: rgb(173,81,14); }
H1.HeaderClassName
{
color: #AD510E;
}
.AnyTagClassName
{
color: #AD510E;
}
</style>
background-color css
<style>
a { background-color: #AD510E; }
a { background-color: rgb(173,81,14); }
div.DivClassName
{
background-color: #AD510E;
}
.BgClassName
{
background-color: #AD510E;
}
</style>
border-color css
<style>
span { border-color: #AD510E; }
span { border-color: rgb(173,81,14); }
td.TdClassName
{
border-color: #AD510E;
}
.TagClassName
{
border-color: #AD510E;
}
</style>