Shades of Rust #AD440E
Tints of Rust #AD440E
RGB
CMYK
RGB Variations
Color information
#AD440E (or 0xAD440E) is known color: Rust. HEX triplet: AD, 44 and 0E. RGB value is (173,68,14). Sum of RGB (Red+Green+Blue) = 173+68+14=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD440E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD440E is #52BBF1. Grayscale: #5D5D5D. Windows color (decimal): -5422066 or 935085. OLE color: 935085.
HSL color Cylindrical-coordinate representation of color #AD440E: hue angle of 20.38º 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 #AD440E is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 14 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.32 |
| HSL | 20.38º | 0.85% | 0.37% | - |
| HSV(B) | 20.38º | 0.92% | 0.68% | - |
| XYZ | 19.38 | 13.05 | 1.91 | - |
| YUV | 93.24 | 83.29 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 14 | 0 | 0.61 | 0.92 | 0.32 | 20.38 | 0.85 | 0.37 |
| Hex | AD | 44 | E | 0 | 3D | 5C | 20 | 14 | 55 | 25 |
| Octal | 255 | 104 | 16 | 0 | 75 | 134 | 40 | 24 | 125 | 45 |
| Binary | 10101101 | 1000100 | 1110 | 0 | 111101 | 1011100 | 100000 | 10100 | 1010101 | 100101 |
Color Harmonies of #AD440E
Complementary color
Monochromatic Colors of #AD440E
Black with #AD440E
Text Example
Text Example
White with #AD440E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD440E; }
p { color: rgb(173,68,14); }
H1.HeaderClassName
{
color: #AD440E;
}
.AnyTagClassName
{
color: #AD440E;
}
</style>
background-color css
<style>
a { background-color: #AD440E; }
a { background-color: rgb(173,68,14); }
div.DivClassName
{
background-color: #AD440E;
}
.BgClassName
{
background-color: #AD440E;
}
</style>
border-color css
<style>
span { border-color: #AD440E; }
span { border-color: rgb(173,68,14); }
td.TdClassName
{
border-color: #AD440E;
}
.TagClassName
{
border-color: #AD440E;
}
</style>