Shades of Rust #AD4410
Tints of Rust #AD4410
RGB
CMYK
RGB Variations
Color information
#AD4410 (or 0xAD4410) is known color: Rust. HEX triplet: AD, 44 and 10. RGB value is (173,68,16). Sum of RGB (Red+Green+Blue) = 173+68+16=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4410 is #52BBEF. Grayscale: #5D5D5D. Windows color (decimal): -5422064 or 1066157. OLE color: 1066157.
HSL color Cylindrical-coordinate representation of color #AD4410: hue angle of 19.87º 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 #AD4410 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 16 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.32 |
| HSL | 19.87º | 0.83% | 0.37% | - |
| HSV(B) | 19.87º | 0.91% | 0.68% | - |
| XYZ | 19.39 | 13.06 | 1.99 | - |
| YUV | 93.47 | 84.29 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 16 | 0 | 0.61 | 0.91 | 0.32 | 19.87 | 0.83 | 0.37 |
| Hex | AD | 44 | 10 | 0 | 3D | 5B | 20 | 14 | 53 | 25 |
| Octal | 255 | 104 | 20 | 0 | 75 | 133 | 40 | 24 | 123 | 45 |
| Binary | 10101101 | 1000100 | 10000 | 0 | 111101 | 1011011 | 100000 | 10100 | 1010011 | 100101 |
Color Harmonies of #AD4410
Complementary color
Monochromatic Colors of #AD4410
Black with #AD4410
Text Example
Text Example
White with #AD4410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4410; }
p { color: rgb(173,68,16); }
H1.HeaderClassName
{
color: #AD4410;
}
.AnyTagClassName
{
color: #AD4410;
}
</style>
background-color css
<style>
a { background-color: #AD4410; }
a { background-color: rgb(173,68,16); }
div.DivClassName
{
background-color: #AD4410;
}
.BgClassName
{
background-color: #AD4410;
}
</style>
border-color css
<style>
span { border-color: #AD4410; }
span { border-color: rgb(173,68,16); }
td.TdClassName
{
border-color: #AD4410;
}
.TagClassName
{
border-color: #AD4410;
}
</style>