Shades of Rust #AD400D
Tints of Rust #AD400D
RGB
CMYK
RGB Variations
Color information
#AD400D (or 0xAD400D) is known color: Rust. HEX triplet: AD, 40 and 0D. RGB value is (173,64,13). Sum of RGB (Red+Green+Blue) = 173+64+13=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD400D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD400D is #52BFF2. Grayscale: #5B5B5B. Windows color (decimal): -5423091 or 868525. OLE color: 868525.
HSL color Cylindrical-coordinate representation of color #AD400D: hue angle of 19.12º 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 #AD400D is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 13 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.32 |
| HSL | 19.13º | 0.86% | 0.36% | - |
| HSV(B) | 19.13º | 0.92% | 0.68% | - |
| XYZ | 19.14 | 12.58 | 1.8 | - |
| YUV | 90.78 | 84.11 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 13 | 0 | 0.63 | 0.92 | 0.32 | 19.13 | 0.86 | 0.36 |
| Hex | AD | 40 | D | 0 | 3F | 5C | 20 | 13 | 56 | 24 |
| Octal | 255 | 100 | 15 | 0 | 77 | 134 | 40 | 23 | 126 | 44 |
| Binary | 10101101 | 1000000 | 1101 | 0 | 111111 | 1011100 | 100000 | 10011 | 1010110 | 100100 |
Color Harmonies of #AD400D
Complementary color
Monochromatic Colors of #AD400D
Black with #AD400D
Text Example
Text Example
White with #AD400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD400D; }
p { color: rgb(173,64,13); }
H1.HeaderClassName
{
color: #AD400D;
}
.AnyTagClassName
{
color: #AD400D;
}
</style>
background-color css
<style>
a { background-color: #AD400D; }
a { background-color: rgb(173,64,13); }
div.DivClassName
{
background-color: #AD400D;
}
.BgClassName
{
background-color: #AD400D;
}
</style>
border-color css
<style>
span { border-color: #AD400D; }
span { border-color: rgb(173,64,13); }
td.TdClassName
{
border-color: #AD400D;
}
.TagClassName
{
border-color: #AD400D;
}
</style>