Shades of Rust #AD510F
Tints of Rust #AD510F
RGB
CMYK
RGB Variations
Color information
#AD510F (or 0xAD510F) is known color: Rust. HEX triplet: AD, 51 and 0F. RGB value is (173,81,15). Sum of RGB (Red+Green+Blue) = 173+81+15=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD510F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD510F is #52AEF0. Grayscale: #656565. Windows color (decimal): -5418737 or 1003949. OLE color: 1003949.
HSL color Cylindrical-coordinate representation of color #AD510F: hue angle of 25.06º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD510F is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 81 | 15 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.32 |
| HSL | 25.06º | 0.84% | 0.37% | - |
| HSV(B) | 25.06º | 0.91% | 0.68% | - |
| XYZ | 20.26 | 14.8 | 2.24 | - |
| YUV | 100.98 | 79.48 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 15 | 0 | 0.53 | 0.91 | 0.32 | 25.06 | 0.84 | 0.37 |
| Hex | AD | 51 | F | 0 | 35 | 5B | 20 | 19 | 54 | 25 |
| Octal | 255 | 121 | 17 | 0 | 65 | 133 | 40 | 31 | 124 | 45 |
| Binary | 10101101 | 1010001 | 1111 | 0 | 110101 | 1011011 | 100000 | 11001 | 1010100 | 100101 |
Color Harmonies of #AD510F
Complementary color
Monochromatic Colors of #AD510F
Black with #AD510F
Text Example
Text Example
White with #AD510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD510F; }
p { color: rgb(173,81,15); }
H1.HeaderClassName
{
color: #AD510F;
}
.AnyTagClassName
{
color: #AD510F;
}
</style>
background-color css
<style>
a { background-color: #AD510F; }
a { background-color: rgb(173,81,15); }
div.DivClassName
{
background-color: #AD510F;
}
.BgClassName
{
background-color: #AD510F;
}
</style>
border-color css
<style>
span { border-color: #AD510F; }
span { border-color: rgb(173,81,15); }
td.TdClassName
{
border-color: #AD510F;
}
.TagClassName
{
border-color: #AD510F;
}
</style>