Shades of Rust #AD391F
Tints of Rust #AD391F
RGB
CMYK
RGB Variations
Color information
#AD391F (or 0xAD391F) is known color: Rust. HEX triplet: AD, 39 and 1F. RGB value is (173,57,31). Sum of RGB (Red+Green+Blue) = 173+57+31=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD391F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD391F is #52C6E0. Grayscale: #585858. Windows color (decimal): -5424865 or 2046381. OLE color: 2046381.
HSL color Cylindrical-coordinate representation of color #AD391F: hue angle of 10.99º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD391F is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 31 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.32 |
| HSL | 10.99º | 0.7% | 0.4% | - |
| HSV(B) | 10.99º | 0.82% | 0.68% | - |
| XYZ | 18.94 | 11.91 | 2.6 | - |
| YUV | 88.72 | 95.43 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 31 | 0 | 0.67 | 0.82 | 0.32 | 10.99 | 0.7 | 0.4 |
| Hex | AD | 39 | 1F | 0 | 43 | 52 | 20 | B | 46 | 28 |
| Octal | 255 | 71 | 37 | 0 | 103 | 122 | 40 | 13 | 106 | 50 |
| Binary | 10101101 | 111001 | 11111 | 0 | 1000011 | 1010010 | 100000 | 1011 | 1000110 | 101000 |
Color Harmonies of #AD391F
Complementary color
Monochromatic Colors of #AD391F
Black with #AD391F
Text Example
Text Example
White with #AD391F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD391F; }
p { color: rgb(173,57,31); }
H1.HeaderClassName
{
color: #AD391F;
}
.AnyTagClassName
{
color: #AD391F;
}
</style>
background-color css
<style>
a { background-color: #AD391F; }
a { background-color: rgb(173,57,31); }
div.DivClassName
{
background-color: #AD391F;
}
.BgClassName
{
background-color: #AD391F;
}
</style>
border-color css
<style>
span { border-color: #AD391F; }
span { border-color: rgb(173,57,31); }
td.TdClassName
{
border-color: #AD391F;
}
.TagClassName
{
border-color: #AD391F;
}
</style>