Shades of Rust #9F3310
Tints of Rust #9F3310
RGB
CMYK
RGB Variations
Color information
#9F3310 (or 0x9F3310) is known color: Rust. HEX triplet: 9F, 33 and 10. RGB value is (159,51,16). Sum of RGB (Red+Green+Blue) = 159+51+16=226 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.35% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3310 is #60CCEF. Grayscale: #4F4F4F. Windows color (decimal): -6343920 or 1061791. OLE color: 1061791.
HSL color Cylindrical-coordinate representation of color #9F3310: hue angle of 14.69º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F3310 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 51 | 16 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.38 |
| HSL | 14.69º | 0.82% | 0.34% | - |
| HSV(B) | 14.69º | 0.9% | 0.62% | - |
| XYZ | 15.58 | 9.78 | 1.56 | - |
| YUV | 79.3 | 92.28 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 51 | 16 | 0 | 0.68 | 0.90 | 0.38 | 14.69 | 0.82 | 0.34 |
| Hex | 9F | 33 | 10 | 0 | 44 | 5A | 26 | F | 52 | 22 |
| Octal | 237 | 63 | 20 | 0 | 104 | 132 | 46 | 17 | 122 | 42 |
| Binary | 10011111 | 110011 | 10000 | 0 | 1000100 | 1011010 | 100110 | 1111 | 1010010 | 100010 |
Color Harmonies of #9F3310
Complementary color
Monochromatic Colors of #9F3310
Black with #9F3310
Text Example
Text Example
White with #9F3310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3310; }
p { color: rgb(159,51,16); }
H1.HeaderClassName
{
color: #9F3310;
}
.AnyTagClassName
{
color: #9F3310;
}
</style>
background-color css
<style>
a { background-color: #9F3310; }
a { background-color: rgb(159,51,16); }
div.DivClassName
{
background-color: #9F3310;
}
.BgClassName
{
background-color: #9F3310;
}
</style>
border-color css
<style>
span { border-color: #9F3310; }
span { border-color: rgb(159,51,16); }
td.TdClassName
{
border-color: #9F3310;
}
.TagClassName
{
border-color: #9F3310;
}
</style>