Shades of Rust #AD440C
Tints of Rust #AD440C
RGB
CMYK
RGB Variations
Color information
#AD440C (or 0xAD440C) is known color: Rust. HEX triplet: AD, 44 and 0C. RGB value is (173,68,12). Sum of RGB (Red+Green+Blue) = 173+68+12=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD440C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD440C is #52BBF3. Grayscale: #5D5D5D. Windows color (decimal): -5422068 or 804013. OLE color: 804013.
HSL color Cylindrical-coordinate representation of color #AD440C: hue angle of 20.87º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD440C is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 12 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.32 |
| HSL | 20.87º | 0.87% | 0.36% | - |
| HSV(B) | 20.87º | 0.93% | 0.68% | - |
| XYZ | 19.37 | 13.05 | 1.85 | - |
| YUV | 93.01 | 82.29 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 12 | 0 | 0.61 | 0.93 | 0.32 | 20.87 | 0.87 | 0.36 |
| Hex | AD | 44 | C | 0 | 3D | 5D | 20 | 15 | 57 | 24 |
| Octal | 255 | 104 | 14 | 0 | 75 | 135 | 40 | 25 | 127 | 44 |
| Binary | 10101101 | 1000100 | 1100 | 0 | 111101 | 1011101 | 100000 | 10101 | 1010111 | 100100 |
Color Harmonies of #AD440C
Complementary color
Monochromatic Colors of #AD440C
Black with #AD440C
Text Example
Text Example
White with #AD440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD440C; }
p { color: rgb(173,68,12); }
H1.HeaderClassName
{
color: #AD440C;
}
.AnyTagClassName
{
color: #AD440C;
}
</style>
background-color css
<style>
a { background-color: #AD440C; }
a { background-color: rgb(173,68,12); }
div.DivClassName
{
background-color: #AD440C;
}
.BgClassName
{
background-color: #AD440C;
}
</style>
border-color css
<style>
span { border-color: #AD440C; }
span { border-color: rgb(173,68,12); }
td.TdClassName
{
border-color: #AD440C;
}
.TagClassName
{
border-color: #AD440C;
}
</style>