Shades of Rust #AD410D
Tints of Rust #AD410D
RGB
CMYK
RGB Variations
Color information
#AD410D (or 0xAD410D) is known color: Rust. HEX triplet: AD, 41 and 0D. RGB value is (173,65,13). Sum of RGB (Red+Green+Blue) = 173+65+13=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD410D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD410D is #52BEF2. Grayscale: #5B5B5B. Windows color (decimal): -5422835 or 868781. OLE color: 868781.
HSL color Cylindrical-coordinate representation of color #AD410D: hue angle of 19.5º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD410D is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 13 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.32 |
| HSL | 19.5º | 0.86% | 0.36% | - |
| HSV(B) | 19.5º | 0.92% | 0.68% | - |
| XYZ | 19.2 | 12.69 | 1.82 | - |
| YUV | 91.36 | 83.78 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 13 | 0 | 0.62 | 0.92 | 0.32 | 19.5 | 0.86 | 0.36 |
| Hex | AD | 41 | D | 0 | 3E | 5C | 20 | 14 | 56 | 24 |
| Octal | 255 | 101 | 15 | 0 | 76 | 134 | 40 | 24 | 126 | 44 |
| Binary | 10101101 | 1000001 | 1101 | 0 | 111110 | 1011100 | 100000 | 10100 | 1010110 | 100100 |
Color Harmonies of #AD410D
Complementary color
Monochromatic Colors of #AD410D
Black with #AD410D
Text Example
Text Example
White with #AD410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD410D; }
p { color: rgb(173,65,13); }
H1.HeaderClassName
{
color: #AD410D;
}
.AnyTagClassName
{
color: #AD410D;
}
</style>
background-color css
<style>
a { background-color: #AD410D; }
a { background-color: rgb(173,65,13); }
div.DivClassName
{
background-color: #AD410D;
}
.BgClassName
{
background-color: #AD410D;
}
</style>
border-color css
<style>
span { border-color: #AD410D; }
span { border-color: rgb(173,65,13); }
td.TdClassName
{
border-color: #AD410D;
}
.TagClassName
{
border-color: #AD410D;
}
</style>