Shades of Rust #9F3711
Tints of Rust #9F3711
RGB
CMYK
RGB Variations
Color information
#9F3711 (or 0x9F3711) is known color: Rust. HEX triplet: 9F, 37 and 11. RGB value is (159,55,17). Sum of RGB (Red+Green+Blue) = 159+55+17=231 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.83% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3711 is #60C8EE. Grayscale: #525252. Windows color (decimal): -6342895 or 1128351. OLE color: 1128351.
HSL color Cylindrical-coordinate representation of color #9F3711: hue angle of 16.06º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F3711 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 55 | 17 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.38 |
| HSL | 16.06º | 0.81% | 0.35% | - |
| HSV(B) | 16.06º | 0.89% | 0.62% | - |
| XYZ | 15.77 | 10.14 | 1.66 | - |
| YUV | 81.76 | 91.46 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 55 | 17 | 0 | 0.65 | 0.89 | 0.38 | 16.06 | 0.81 | 0.35 |
| Hex | 9F | 37 | 11 | 0 | 41 | 59 | 26 | 10 | 51 | 23 |
| Octal | 237 | 67 | 21 | 0 | 101 | 131 | 46 | 20 | 121 | 43 |
| Binary | 10011111 | 110111 | 10001 | 0 | 1000001 | 1011001 | 100110 | 10000 | 1010001 | 100011 |
Color Harmonies of #9F3711
Complementary color
Monochromatic Colors of #9F3711
Black with #9F3711
Text Example
Text Example
White with #9F3711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3711; }
p { color: rgb(159,55,17); }
H1.HeaderClassName
{
color: #9F3711;
}
.AnyTagClassName
{
color: #9F3711;
}
</style>
background-color css
<style>
a { background-color: #9F3711; }
a { background-color: rgb(159,55,17); }
div.DivClassName
{
background-color: #9F3711;
}
.BgClassName
{
background-color: #9F3711;
}
</style>
border-color css
<style>
span { border-color: #9F3711; }
span { border-color: rgb(159,55,17); }
td.TdClassName
{
border-color: #9F3711;
}
.TagClassName
{
border-color: #9F3711;
}
</style>