Shades of Rust #AD4510
Tints of Rust #AD4510
RGB
CMYK
RGB Variations
Color information
#AD4510 (or 0xAD4510) is known color: Rust. HEX triplet: AD, 45 and 10. RGB value is (173,69,16). Sum of RGB (Red+Green+Blue) = 173+69+16=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4510 is #52BAEF. Grayscale: #5E5E5E. Windows color (decimal): -5421808 or 1066413. OLE color: 1066413.
HSL color Cylindrical-coordinate representation of color #AD4510: hue angle of 20.25º degrees, saturation: 0.83, 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 #AD4510 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 16 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.32 |
| HSL | 20.25º | 0.83% | 0.37% | - |
| HSV(B) | 20.25º | 0.91% | 0.68% | - |
| XYZ | 19.46 | 13.18 | 2.01 | - |
| YUV | 94.05 | 83.96 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 16 | 0 | 0.60 | 0.91 | 0.32 | 20.25 | 0.83 | 0.37 |
| Hex | AD | 45 | 10 | 0 | 3C | 5B | 20 | 14 | 53 | 25 |
| Octal | 255 | 105 | 20 | 0 | 74 | 133 | 40 | 24 | 123 | 45 |
| Binary | 10101101 | 1000101 | 10000 | 0 | 111100 | 1011011 | 100000 | 10100 | 1010011 | 100101 |
Color Harmonies of #AD4510
Complementary color
Monochromatic Colors of #AD4510
Black with #AD4510
Text Example
Text Example
White with #AD4510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4510; }
p { color: rgb(173,69,16); }
H1.HeaderClassName
{
color: #AD4510;
}
.AnyTagClassName
{
color: #AD4510;
}
</style>
background-color css
<style>
a { background-color: #AD4510; }
a { background-color: rgb(173,69,16); }
div.DivClassName
{
background-color: #AD4510;
}
.BgClassName
{
background-color: #AD4510;
}
</style>
border-color css
<style>
span { border-color: #AD4510; }
span { border-color: rgb(173,69,16); }
td.TdClassName
{
border-color: #AD4510;
}
.TagClassName
{
border-color: #AD4510;
}
</style>