Shades of Rust #AD440A
Tints of Rust #AD440A
RGB
CMYK
RGB Variations
Color information
#AD440A (or 0xAD440A) is known color: Rust. HEX triplet: AD, 44 and 0A. RGB value is (173,68,10). Sum of RGB (Red+Green+Blue) = 173+68+10=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD440A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD440A is #52BBF5. Grayscale: #5D5D5D. Windows color (decimal): -5422070 or 672941. OLE color: 672941.
HSL color Cylindrical-coordinate representation of color #AD440A: hue angle of 21.35º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD440A is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 10 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.32 |
| HSL | 21.35º | 0.89% | 0.36% | - |
| HSV(B) | 21.35º | 0.94% | 0.68% | - |
| XYZ | 19.36 | 13.04 | 1.78 | - |
| YUV | 92.78 | 81.29 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 10 | 0 | 0.61 | 0.94 | 0.32 | 21.35 | 0.89 | 0.36 |
| Hex | AD | 44 | A | 0 | 3D | 5E | 20 | 15 | 59 | 24 |
| Octal | 255 | 104 | 12 | 0 | 75 | 136 | 40 | 25 | 131 | 44 |
| Binary | 10101101 | 1000100 | 1010 | 0 | 111101 | 1011110 | 100000 | 10101 | 1011001 | 100100 |
Color Harmonies of #AD440A
Complementary color
Monochromatic Colors of #AD440A
Black with #AD440A
Text Example
Text Example
White with #AD440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD440A; }
p { color: rgb(173,68,10); }
H1.HeaderClassName
{
color: #AD440A;
}
.AnyTagClassName
{
color: #AD440A;
}
</style>
background-color css
<style>
a { background-color: #AD440A; }
a { background-color: rgb(173,68,10); }
div.DivClassName
{
background-color: #AD440A;
}
.BgClassName
{
background-color: #AD440A;
}
</style>
border-color css
<style>
span { border-color: #AD440A; }
span { border-color: rgb(173,68,10); }
td.TdClassName
{
border-color: #AD440A;
}
.TagClassName
{
border-color: #AD440A;
}
</style>