Shades of Rust #AD3918
Tints of Rust #AD3918
RGB
CMYK
RGB Variations
Color information
#AD3918 (or 0xAD3918) is known color: Rust. HEX triplet: AD, 39 and 18. RGB value is (173,57,24). Sum of RGB (Red+Green+Blue) = 173+57+24=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3918 is #52C6E7. Grayscale: #585858. Windows color (decimal): -5424872 or 1587629. OLE color: 1587629.
HSL color Cylindrical-coordinate representation of color #AD3918: hue angle of 13.29º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD3918 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 24 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.32 |
| HSL | 13.29º | 0.76% | 0.39% | - |
| HSV(B) | 13.29º | 0.86% | 0.68% | - |
| XYZ | 18.86 | 11.88 | 2.16 | - |
| YUV | 87.92 | 91.93 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 24 | 0 | 0.67 | 0.86 | 0.32 | 13.29 | 0.76 | 0.39 |
| Hex | AD | 39 | 18 | 0 | 43 | 56 | 20 | D | 4C | 27 |
| Octal | 255 | 71 | 30 | 0 | 103 | 126 | 40 | 15 | 114 | 47 |
| Binary | 10101101 | 111001 | 11000 | 0 | 1000011 | 1010110 | 100000 | 1101 | 1001100 | 100111 |
Color Harmonies of #AD3918
Complementary color
Monochromatic Colors of #AD3918
Black with #AD3918
Text Example
Text Example
White with #AD3918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3918; }
p { color: rgb(173,57,24); }
H1.HeaderClassName
{
color: #AD3918;
}
.AnyTagClassName
{
color: #AD3918;
}
</style>
background-color css
<style>
a { background-color: #AD3918; }
a { background-color: rgb(173,57,24); }
div.DivClassName
{
background-color: #AD3918;
}
.BgClassName
{
background-color: #AD3918;
}
</style>
border-color css
<style>
span { border-color: #AD3918; }
span { border-color: rgb(173,57,24); }
td.TdClassName
{
border-color: #AD3918;
}
.TagClassName
{
border-color: #AD3918;
}
</style>