Shades of Rust #9F3700
Tints of Rust #9F3700
RGB
CMYK
RGB Variations
Color information
#9F3700 (or 0x9F3700) is known color: Rust. HEX triplet: 9F, 37 and 00. RGB value is (159,55,0). Sum of RGB (Red+Green+Blue) = 159+55+0=214 (28% of max value = 765). Red value is 159 (62.5% from 255 or 74.30% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3700 is #60C8FF. Grayscale: #505050. Windows color (decimal): -6342912 or 14239. OLE color: 14239.
HSL color Cylindrical-coordinate representation of color #9F3700: hue angle of 20.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F3700 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 55 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.38 |
| HSL | 20.75º | 1% | 0.31% | - |
| HSV(B) | 20.75º | 1% | 0.62% | - |
| XYZ | 15.66 | 10.1 | 1.12 | - |
| YUV | 79.83 | 82.96 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 55 | 0 | 0 | 0.65 | 1 | 0.38 | 20.75 | 1 | 0.31 |
| Hex | 9F | 37 | 0 | 0 | 41 | 64 | 26 | 15 | 64 | 1F |
| Octal | 237 | 67 | 0 | 0 | 101 | 144 | 46 | 25 | 144 | 37 |
| Binary | 10011111 | 110111 | 0 | 0 | 1000001 | 1100100 | 100110 | 10101 | 1100100 | 11111 |
Color Harmonies of #9F3700
Complementary color
Monochromatic Colors of #9F3700
Black with #9F3700
Text Example
Text Example
White with #9F3700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3700; }
p { color: rgb(159,55,0); }
H1.HeaderClassName
{
color: #9F3700;
}
.AnyTagClassName
{
color: #9F3700;
}
</style>
background-color css
<style>
a { background-color: #9F3700; }
a { background-color: rgb(159,55,0); }
div.DivClassName
{
background-color: #9F3700;
}
.BgClassName
{
background-color: #9F3700;
}
</style>
border-color css
<style>
span { border-color: #9F3700; }
span { border-color: rgb(159,55,0); }
td.TdClassName
{
border-color: #9F3700;
}
.TagClassName
{
border-color: #9F3700;
}
</style>