Shades of Rust #AD4B0D
Tints of Rust #AD4B0D
RGB
CMYK
RGB Variations
Color information
#AD4B0D (or 0xAD4B0D) is known color: Rust. HEX triplet: AD, 4B and 0D. RGB value is (173,75,13). Sum of RGB (Red+Green+Blue) = 173+75+13=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4B0D is #52B4F2. Grayscale: #616161. Windows color (decimal): -5420275 or 871341. OLE color: 871341.
HSL color Cylindrical-coordinate representation of color #AD4B0D: hue angle of 23.25º 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 #AD4B0D is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 75 | 13 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.32 |
| HSL | 23.25º | 0.86% | 0.36% | - |
| HSV(B) | 23.25º | 0.92% | 0.68% | - |
| XYZ | 19.82 | 13.95 | 2.03 | - |
| YUV | 97.23 | 80.47 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 13 | 0 | 0.57 | 0.92 | 0.32 | 23.25 | 0.86 | 0.36 |
| Hex | AD | 4B | D | 0 | 39 | 5C | 20 | 17 | 56 | 24 |
| Octal | 255 | 113 | 15 | 0 | 71 | 134 | 40 | 27 | 126 | 44 |
| Binary | 10101101 | 1001011 | 1101 | 0 | 111001 | 1011100 | 100000 | 10111 | 1010110 | 100100 |
Color Harmonies of #AD4B0D
Complementary color
Monochromatic Colors of #AD4B0D
Black with #AD4B0D
Text Example
Text Example
White with #AD4B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4B0D; }
p { color: rgb(173,75,13); }
H1.HeaderClassName
{
color: #AD4B0D;
}
.AnyTagClassName
{
color: #AD4B0D;
}
</style>
background-color css
<style>
a { background-color: #AD4B0D; }
a { background-color: rgb(173,75,13); }
div.DivClassName
{
background-color: #AD4B0D;
}
.BgClassName
{
background-color: #AD4B0D;
}
</style>
border-color css
<style>
span { border-color: #AD4B0D; }
span { border-color: rgb(173,75,13); }
td.TdClassName
{
border-color: #AD4B0D;
}
.TagClassName
{
border-color: #AD4B0D;
}
</style>