Shades of Rust #9F360C
Tints of Rust #9F360C
RGB
CMYK
RGB Variations
Color information
#9F360C (or 0x9F360C) is known color: Rust. HEX triplet: 9F, 36 and 0C. RGB value is (159,54,12). Sum of RGB (Red+Green+Blue) = 159+54+12=225 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.67% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 159 - color contains mainly: red. Hex color #9F360C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F360C is #60C9F3. Grayscale: #505050. Windows color (decimal): -6343156 or 800415. OLE color: 800415.
HSL color Cylindrical-coordinate representation of color #9F360C: hue angle of 17.14º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F360C is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 12 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.38 |
| HSL | 17.14º | 0.86% | 0.34% | - |
| HSV(B) | 17.14º | 0.92% | 0.62% | - |
| XYZ | 15.68 | 10.04 | 1.46 | - |
| YUV | 80.61 | 89.29 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 12 | 0 | 0.66 | 0.92 | 0.38 | 17.14 | 0.86 | 0.34 |
| Hex | 9F | 36 | C | 0 | 42 | 5C | 26 | 11 | 56 | 22 |
| Octal | 237 | 66 | 14 | 0 | 102 | 134 | 46 | 21 | 126 | 42 |
| Binary | 10011111 | 110110 | 1100 | 0 | 1000010 | 1011100 | 100110 | 10001 | 1010110 | 100010 |
Color Harmonies of #9F360C
Complementary color
Monochromatic Colors of #9F360C
Black with #9F360C
Text Example
Text Example
White with #9F360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F360C; }
p { color: rgb(159,54,12); }
H1.HeaderClassName
{
color: #9F360C;
}
.AnyTagClassName
{
color: #9F360C;
}
</style>
background-color css
<style>
a { background-color: #9F360C; }
a { background-color: rgb(159,54,12); }
div.DivClassName
{
background-color: #9F360C;
}
.BgClassName
{
background-color: #9F360C;
}
</style>
border-color css
<style>
span { border-color: #9F360C; }
span { border-color: rgb(159,54,12); }
td.TdClassName
{
border-color: #9F360C;
}
.TagClassName
{
border-color: #9F360C;
}
</style>