Shades of Rust #AD4214
Tints of Rust #AD4214
RGB
CMYK
RGB Variations
Color information
#AD4214 (or 0xAD4214) is known color: Rust. HEX triplet: AD, 42 and 14. RGB value is (173,66,20). Sum of RGB (Red+Green+Blue) = 173+66+20=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4214 is #52BDEB. Grayscale: #5D5D5D. Windows color (decimal): -5422572 or 1327789. OLE color: 1327789.
HSL color Cylindrical-coordinate representation of color #AD4214: hue angle of 18.04º 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 #AD4214 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 20 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.32 |
| HSL | 18.04º | 0.79% | 0.38% | - |
| HSV(B) | 18.04º | 0.88% | 0.68% | - |
| XYZ | 19.31 | 12.83 | 2.12 | - |
| YUV | 92.75 | 86.95 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 20 | 0 | 0.62 | 0.88 | 0.32 | 18.04 | 0.79 | 0.38 |
| Hex | AD | 42 | 14 | 0 | 3E | 58 | 20 | 12 | 4F | 26 |
| Octal | 255 | 102 | 24 | 0 | 76 | 130 | 40 | 22 | 117 | 46 |
| Binary | 10101101 | 1000010 | 10100 | 0 | 111110 | 1011000 | 100000 | 10010 | 1001111 | 100110 |
Color Harmonies of #AD4214
Complementary color
Monochromatic Colors of #AD4214
Black with #AD4214
Text Example
Text Example
White with #AD4214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4214; }
p { color: rgb(173,66,20); }
H1.HeaderClassName
{
color: #AD4214;
}
.AnyTagClassName
{
color: #AD4214;
}
</style>
background-color css
<style>
a { background-color: #AD4214; }
a { background-color: rgb(173,66,20); }
div.DivClassName
{
background-color: #AD4214;
}
.BgClassName
{
background-color: #AD4214;
}
</style>
border-color css
<style>
span { border-color: #AD4214; }
span { border-color: rgb(173,66,20); }
td.TdClassName
{
border-color: #AD4214;
}
.TagClassName
{
border-color: #AD4214;
}
</style>