Shades of Rust #AD391E
Tints of Rust #AD391E
RGB
CMYK
RGB Variations
Color information
#AD391E (or 0xAD391E) is known color: Rust. HEX triplet: AD, 39 and 1E. RGB value is (173,57,30). Sum of RGB (Red+Green+Blue) = 173+57+30=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD391E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD391E is #52C6E1. Grayscale: #585858. Windows color (decimal): -5424866 or 1980845. OLE color: 1980845.
HSL color Cylindrical-coordinate representation of color #AD391E: hue angle of 11.33º degrees, saturation: 0.7, 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 #AD391E is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 30 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.32 |
| HSL | 11.33º | 0.7% | 0.4% | - |
| HSV(B) | 11.33º | 0.83% | 0.68% | - |
| XYZ | 18.93 | 11.9 | 2.53 | - |
| YUV | 88.61 | 94.93 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 30 | 0 | 0.67 | 0.83 | 0.32 | 11.33 | 0.7 | 0.4 |
| Hex | AD | 39 | 1E | 0 | 43 | 53 | 20 | B | 46 | 28 |
| Octal | 255 | 71 | 36 | 0 | 103 | 123 | 40 | 13 | 106 | 50 |
| Binary | 10101101 | 111001 | 11110 | 0 | 1000011 | 1010011 | 100000 | 1011 | 1000110 | 101000 |
Color Harmonies of #AD391E
Complementary color
Monochromatic Colors of #AD391E
Black with #AD391E
Text Example
Text Example
White with #AD391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD391E; }
p { color: rgb(173,57,30); }
H1.HeaderClassName
{
color: #AD391E;
}
.AnyTagClassName
{
color: #AD391E;
}
</style>
background-color css
<style>
a { background-color: #AD391E; }
a { background-color: rgb(173,57,30); }
div.DivClassName
{
background-color: #AD391E;
}
.BgClassName
{
background-color: #AD391E;
}
</style>
border-color css
<style>
span { border-color: #AD391E; }
span { border-color: rgb(173,57,30); }
td.TdClassName
{
border-color: #AD391E;
}
.TagClassName
{
border-color: #AD391E;
}
</style>