Shades of Rust #9F3612
Tints of Rust #9F3612
RGB
CMYK
RGB Variations
Color information
#9F3612 (or 0x9F3612) is known color: Rust. HEX triplet: 9F, 36 and 12. RGB value is (159,54,18). Sum of RGB (Red+Green+Blue) = 159+54+18=231 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.83% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3612 is #60C9ED. Grayscale: #515151. Windows color (decimal): -6343150 or 1193631. OLE color: 1193631.
HSL color Cylindrical-coordinate representation of color #9F3612: hue angle of 15.32º 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 #9F3612 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 18 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.38 |
| HSL | 15.32º | 0.8% | 0.35% | - |
| HSV(B) | 15.32º | 0.89% | 0.62% | - |
| XYZ | 15.73 | 10.05 | 1.68 | - |
| YUV | 81.29 | 92.29 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 18 | 0 | 0.66 | 0.89 | 0.38 | 15.32 | 0.8 | 0.35 |
| Hex | 9F | 36 | 12 | 0 | 42 | 59 | 26 | F | 50 | 23 |
| Octal | 237 | 66 | 22 | 0 | 102 | 131 | 46 | 17 | 120 | 43 |
| Binary | 10011111 | 110110 | 10010 | 0 | 1000010 | 1011001 | 100110 | 1111 | 1010000 | 100011 |
Color Harmonies of #9F3612
Complementary color
Monochromatic Colors of #9F3612
Black with #9F3612
Text Example
Text Example
White with #9F3612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3612; }
p { color: rgb(159,54,18); }
H1.HeaderClassName
{
color: #9F3612;
}
.AnyTagClassName
{
color: #9F3612;
}
</style>
background-color css
<style>
a { background-color: #9F3612; }
a { background-color: rgb(159,54,18); }
div.DivClassName
{
background-color: #9F3612;
}
.BgClassName
{
background-color: #9F3612;
}
</style>
border-color css
<style>
span { border-color: #9F3612; }
span { border-color: rgb(159,54,18); }
td.TdClassName
{
border-color: #9F3612;
}
.TagClassName
{
border-color: #9F3612;
}
</style>