Shades of Rust #9F3512
Tints of Rust #9F3512
RGB
CMYK
RGB Variations
Color information
#9F3512 (or 0x9F3512) is known color: Rust. HEX triplet: 9F, 35 and 12. RGB value is (159,53,18). Sum of RGB (Red+Green+Blue) = 159+53+18=230 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.13% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3512 is #60CAED. Grayscale: #505050. Windows color (decimal): -6343406 or 1193375. OLE color: 1193375.
HSL color Cylindrical-coordinate representation of color #9F3512: hue angle of 14.89º degrees, saturation: 0.8, 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 #9F3512 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 53 | 18 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.38 |
| HSL | 14.89º | 0.8% | 0.35% | - |
| HSV(B) | 14.89º | 0.89% | 0.62% | - |
| XYZ | 15.68 | 9.96 | 1.67 | - |
| YUV | 80.7 | 92.62 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 53 | 18 | 0 | 0.67 | 0.89 | 0.38 | 14.89 | 0.8 | 0.35 |
| Hex | 9F | 35 | 12 | 0 | 43 | 59 | 26 | F | 50 | 23 |
| Octal | 237 | 65 | 22 | 0 | 103 | 131 | 46 | 17 | 120 | 43 |
| Binary | 10011111 | 110101 | 10010 | 0 | 1000011 | 1011001 | 100110 | 1111 | 1010000 | 100011 |
Color Harmonies of #9F3512
Complementary color
Monochromatic Colors of #9F3512
Black with #9F3512
Text Example
Text Example
White with #9F3512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3512; }
p { color: rgb(159,53,18); }
H1.HeaderClassName
{
color: #9F3512;
}
.AnyTagClassName
{
color: #9F3512;
}
</style>
background-color css
<style>
a { background-color: #9F3512; }
a { background-color: rgb(159,53,18); }
div.DivClassName
{
background-color: #9F3512;
}
.BgClassName
{
background-color: #9F3512;
}
</style>
border-color css
<style>
span { border-color: #9F3512; }
span { border-color: rgb(159,53,18); }
td.TdClassName
{
border-color: #9F3512;
}
.TagClassName
{
border-color: #9F3512;
}
</style>