Shades of Rust #AD420E
Tints of Rust #AD420E
RGB
CMYK
RGB Variations
Color information
#AD420E (or 0xAD420E) is known color: Rust. HEX triplet: AD, 42 and 0E. RGB value is (173,66,14). Sum of RGB (Red+Green+Blue) = 173+66+14=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD420E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD420E is #52BDF1. Grayscale: #5C5C5C. Windows color (decimal): -5422578 or 934573. OLE color: 934573.
HSL color Cylindrical-coordinate representation of color #AD420E: hue angle of 19.62º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD420E is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 14 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.32 |
| HSL | 19.62º | 0.85% | 0.37% | - |
| HSV(B) | 19.62º | 0.92% | 0.68% | - |
| XYZ | 19.26 | 12.81 | 1.87 | - |
| YUV | 92.07 | 83.95 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 14 | 0 | 0.62 | 0.92 | 0.32 | 19.62 | 0.85 | 0.37 |
| Hex | AD | 42 | E | 0 | 3E | 5C | 20 | 14 | 55 | 25 |
| Octal | 255 | 102 | 16 | 0 | 76 | 134 | 40 | 24 | 125 | 45 |
| Binary | 10101101 | 1000010 | 1110 | 0 | 111110 | 1011100 | 100000 | 10100 | 1010101 | 100101 |
Color Harmonies of #AD420E
Complementary color
Monochromatic Colors of #AD420E
Black with #AD420E
Text Example
Text Example
White with #AD420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD420E; }
p { color: rgb(173,66,14); }
H1.HeaderClassName
{
color: #AD420E;
}
.AnyTagClassName
{
color: #AD420E;
}
</style>
background-color css
<style>
a { background-color: #AD420E; }
a { background-color: rgb(173,66,14); }
div.DivClassName
{
background-color: #AD420E;
}
.BgClassName
{
background-color: #AD420E;
}
</style>
border-color css
<style>
span { border-color: #AD420E; }
span { border-color: rgb(173,66,14); }
td.TdClassName
{
border-color: #AD420E;
}
.TagClassName
{
border-color: #AD420E;
}
</style>