Shades of Rust #AD480F
Tints of Rust #AD480F
RGB
CMYK
RGB Variations
Color information
#AD480F (or 0xAD480F) is known color: Rust. HEX triplet: AD, 48 and 0F. RGB value is (173,72,15). Sum of RGB (Red+Green+Blue) = 173+72+15=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD480F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD480F is #52B7F0. Grayscale: #606060. Windows color (decimal): -5421041 or 1001645. OLE color: 1001645.
HSL color Cylindrical-coordinate representation of color #AD480F: hue angle of 21.65º 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 #AD480F is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 72 | 15 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.32 |
| HSL | 21.65º | 0.84% | 0.37% | - |
| HSV(B) | 21.65º | 0.91% | 0.68% | - |
| XYZ | 19.64 | 13.55 | 2.03 | - |
| YUV | 95.7 | 82.46 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 15 | 0 | 0.58 | 0.91 | 0.32 | 21.65 | 0.84 | 0.37 |
| Hex | AD | 48 | F | 0 | 3A | 5B | 20 | 16 | 54 | 25 |
| Octal | 255 | 110 | 17 | 0 | 72 | 133 | 40 | 26 | 124 | 45 |
| Binary | 10101101 | 1001000 | 1111 | 0 | 111010 | 1011011 | 100000 | 10110 | 1010100 | 100101 |
Color Harmonies of #AD480F
Complementary color
Monochromatic Colors of #AD480F
Black with #AD480F
Text Example
Text Example
White with #AD480F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD480F; }
p { color: rgb(173,72,15); }
H1.HeaderClassName
{
color: #AD480F;
}
.AnyTagClassName
{
color: #AD480F;
}
</style>
background-color css
<style>
a { background-color: #AD480F; }
a { background-color: rgb(173,72,15); }
div.DivClassName
{
background-color: #AD480F;
}
.BgClassName
{
background-color: #AD480F;
}
</style>
border-color css
<style>
span { border-color: #AD480F; }
span { border-color: rgb(173,72,15); }
td.TdClassName
{
border-color: #AD480F;
}
.TagClassName
{
border-color: #AD480F;
}
</style>