Shades of Rust #AD4114
Tints of Rust #AD4114
RGB
CMYK
RGB Variations
Color information
#AD4114 (or 0xAD4114) is known color: Rust. HEX triplet: AD, 41 and 14. RGB value is (173,65,20). Sum of RGB (Red+Green+Blue) = 173+65+20=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4114 is #52BEEB. Grayscale: #5C5C5C. Windows color (decimal): -5422828 or 1327533. OLE color: 1327533.
HSL color Cylindrical-coordinate representation of color #AD4114: hue angle of 17.65º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD4114 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 20 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.32 |
| HSL | 17.65º | 0.79% | 0.38% | - |
| HSV(B) | 17.65º | 0.88% | 0.68% | - |
| XYZ | 19.25 | 12.72 | 2.1 | - |
| YUV | 92.16 | 87.28 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 20 | 0 | 0.62 | 0.88 | 0.32 | 17.65 | 0.79 | 0.38 |
| Hex | AD | 41 | 14 | 0 | 3E | 58 | 20 | 12 | 4F | 26 |
| Octal | 255 | 101 | 24 | 0 | 76 | 130 | 40 | 22 | 117 | 46 |
| Binary | 10101101 | 1000001 | 10100 | 0 | 111110 | 1011000 | 100000 | 10010 | 1001111 | 100110 |
Color Harmonies of #AD4114
Complementary color
Monochromatic Colors of #AD4114
Black with #AD4114
Text Example
Text Example
White with #AD4114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4114; }
p { color: rgb(173,65,20); }
H1.HeaderClassName
{
color: #AD4114;
}
.AnyTagClassName
{
color: #AD4114;
}
</style>
background-color css
<style>
a { background-color: #AD4114; }
a { background-color: rgb(173,65,20); }
div.DivClassName
{
background-color: #AD4114;
}
.BgClassName
{
background-color: #AD4114;
}
</style>
border-color css
<style>
span { border-color: #AD4114; }
span { border-color: rgb(173,65,20); }
td.TdClassName
{
border-color: #AD4114;
}
.TagClassName
{
border-color: #AD4114;
}
</style>