Shades of Rust #AD400A
Tints of Rust #AD400A
RGB
CMYK
RGB Variations
Color information
#AD400A (or 0xAD400A) is known color: Rust. HEX triplet: AD, 40 and 0A. RGB value is (173,64,10). Sum of RGB (Red+Green+Blue) = 173+64+10=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD400A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD400A is #52BFF5. Grayscale: #5A5A5A. Windows color (decimal): -5423094 or 671917. OLE color: 671917.
HSL color Cylindrical-coordinate representation of color #AD400A: hue angle of 19.88º 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 #AD400A is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 10 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.32 |
| HSL | 19.88º | 0.89% | 0.36% | - |
| HSV(B) | 19.88º | 0.94% | 0.68% | - |
| XYZ | 19.12 | 12.57 | 1.71 | - |
| YUV | 90.44 | 82.61 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 10 | 0 | 0.63 | 0.94 | 0.32 | 19.88 | 0.89 | 0.36 |
| Hex | AD | 40 | A | 0 | 3F | 5E | 20 | 14 | 59 | 24 |
| Octal | 255 | 100 | 12 | 0 | 77 | 136 | 40 | 24 | 131 | 44 |
| Binary | 10101101 | 1000000 | 1010 | 0 | 111111 | 1011110 | 100000 | 10100 | 1011001 | 100100 |
Color Harmonies of #AD400A
Complementary color
Monochromatic Colors of #AD400A
Black with #AD400A
Text Example
Text Example
White with #AD400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD400A; }
p { color: rgb(173,64,10); }
H1.HeaderClassName
{
color: #AD400A;
}
.AnyTagClassName
{
color: #AD400A;
}
</style>
background-color css
<style>
a { background-color: #AD400A; }
a { background-color: rgb(173,64,10); }
div.DivClassName
{
background-color: #AD400A;
}
.BgClassName
{
background-color: #AD400A;
}
</style>
border-color css
<style>
span { border-color: #AD400A; }
span { border-color: rgb(173,64,10); }
td.TdClassName
{
border-color: #AD400A;
}
.TagClassName
{
border-color: #AD400A;
}
</style>