Shades of Rust #AD401D
Tints of Rust #AD401D
RGB
CMYK
RGB Variations
Color information
#AD401D (or 0xAD401D) is known color: Rust. HEX triplet: AD, 40 and 1D. RGB value is (173,64,29). Sum of RGB (Red+Green+Blue) = 173+64+29=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD401D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD401D is #52BFE2. Grayscale: #5C5C5C. Windows color (decimal): -5423075 or 1917101. OLE color: 1917101.
HSL color Cylindrical-coordinate representation of color #AD401D: hue angle of 14.58º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD401D is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 29 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.32 |
| HSL | 14.58º | 0.71% | 0.4% | - |
| HSV(B) | 14.58º | 0.83% | 0.68% | - |
| XYZ | 19.29 | 12.64 | 2.59 | - |
| YUV | 92.6 | 92.11 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 29 | 0 | 0.63 | 0.83 | 0.32 | 14.58 | 0.71 | 0.4 |
| Hex | AD | 40 | 1D | 0 | 3F | 53 | 20 | F | 47 | 28 |
| Octal | 255 | 100 | 35 | 0 | 77 | 123 | 40 | 17 | 107 | 50 |
| Binary | 10101101 | 1000000 | 11101 | 0 | 111111 | 1010011 | 100000 | 1111 | 1000111 | 101000 |
Color Harmonies of #AD401D
Complementary color
Monochromatic Colors of #AD401D
Black with #AD401D
Text Example
Text Example
White with #AD401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD401D; }
p { color: rgb(173,64,29); }
H1.HeaderClassName
{
color: #AD401D;
}
.AnyTagClassName
{
color: #AD401D;
}
</style>
background-color css
<style>
a { background-color: #AD401D; }
a { background-color: rgb(173,64,29); }
div.DivClassName
{
background-color: #AD401D;
}
.BgClassName
{
background-color: #AD401D;
}
</style>
border-color css
<style>
span { border-color: #AD401D; }
span { border-color: rgb(173,64,29); }
td.TdClassName
{
border-color: #AD401D;
}
.TagClassName
{
border-color: #AD401D;
}
</style>