Shades of Rust #AD500F
Tints of Rust #AD500F
RGB
CMYK
RGB Variations
Color information
#AD500F (or 0xAD500F) is known color: Rust. HEX triplet: AD, 50 and 0F. RGB value is (173,80,15). Sum of RGB (Red+Green+Blue) = 173+80+15=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD500F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD500F is #52AFF0. Grayscale: #646464. Windows color (decimal): -5418993 or 1003693. OLE color: 1003693.
HSL color Cylindrical-coordinate representation of color #AD500F: hue angle of 24.68º 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 #AD500F is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 15 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.32 |
| HSL | 24.68º | 0.84% | 0.37% | - |
| HSV(B) | 24.68º | 0.91% | 0.68% | - |
| XYZ | 20.19 | 14.66 | 2.22 | - |
| YUV | 100.4 | 79.81 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 15 | 0 | 0.54 | 0.91 | 0.32 | 24.68 | 0.84 | 0.37 |
| Hex | AD | 50 | F | 0 | 36 | 5B | 20 | 19 | 54 | 25 |
| Octal | 255 | 120 | 17 | 0 | 66 | 133 | 40 | 31 | 124 | 45 |
| Binary | 10101101 | 1010000 | 1111 | 0 | 110110 | 1011011 | 100000 | 11001 | 1010100 | 100101 |
Color Harmonies of #AD500F
Complementary color
Monochromatic Colors of #AD500F
Black with #AD500F
Text Example
Text Example
White with #AD500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD500F; }
p { color: rgb(173,80,15); }
H1.HeaderClassName
{
color: #AD500F;
}
.AnyTagClassName
{
color: #AD500F;
}
</style>
background-color css
<style>
a { background-color: #AD500F; }
a { background-color: rgb(173,80,15); }
div.DivClassName
{
background-color: #AD500F;
}
.BgClassName
{
background-color: #AD500F;
}
</style>
border-color css
<style>
span { border-color: #AD500F; }
span { border-color: rgb(173,80,15); }
td.TdClassName
{
border-color: #AD500F;
}
.TagClassName
{
border-color: #AD500F;
}
</style>