Shades of Rust #9F3811
Tints of Rust #9F3811
RGB
CMYK
RGB Variations
Color information
#9F3811 (or 0x9F3811) is known color: Rust. HEX triplet: 9F, 38 and 11. RGB value is (159,56,17). Sum of RGB (Red+Green+Blue) = 159+56+17=232 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.53% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3811 is #60C7EE. Grayscale: #525252. Windows color (decimal): -6342639 or 1128607. OLE color: 1128607.
HSL color Cylindrical-coordinate representation of color #9F3811: hue angle of 16.48º 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 #9F3811 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 56 | 17 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.38 |
| HSL | 16.48º | 0.81% | 0.35% | - |
| HSV(B) | 16.48º | 0.89% | 0.62% | - |
| XYZ | 15.81 | 10.24 | 1.67 | - |
| YUV | 82.35 | 91.12 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 56 | 17 | 0 | 0.65 | 0.89 | 0.38 | 16.48 | 0.81 | 0.35 |
| Hex | 9F | 38 | 11 | 0 | 41 | 59 | 26 | 10 | 51 | 23 |
| Octal | 237 | 70 | 21 | 0 | 101 | 131 | 46 | 20 | 121 | 43 |
| Binary | 10011111 | 111000 | 10001 | 0 | 1000001 | 1011001 | 100110 | 10000 | 1010001 | 100011 |
Color Harmonies of #9F3811
Complementary color
Monochromatic Colors of #9F3811
Black with #9F3811
Text Example
Text Example
White with #9F3811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3811; }
p { color: rgb(159,56,17); }
H1.HeaderClassName
{
color: #9F3811;
}
.AnyTagClassName
{
color: #9F3811;
}
</style>
background-color css
<style>
a { background-color: #9F3811; }
a { background-color: rgb(159,56,17); }
div.DivClassName
{
background-color: #9F3811;
}
.BgClassName
{
background-color: #9F3811;
}
</style>
border-color css
<style>
span { border-color: #9F3811; }
span { border-color: rgb(159,56,17); }
td.TdClassName
{
border-color: #9F3811;
}
.TagClassName
{
border-color: #9F3811;
}
</style>