Shades of Rust #9F3300
Tints of Rust #9F3300
RGB
CMYK
RGB Variations
Color information
#9F3300 (or 0x9F3300) is known color: Rust. HEX triplet: 9F, 33 and 00. RGB value is (159,51,0). Sum of RGB (Red+Green+Blue) = 159+51+0=210 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.71% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3300 is #60CCFF. Grayscale: #4D4D4D. Windows color (decimal): -6343936 or 13215. OLE color: 13215.
HSL color Cylindrical-coordinate representation of color #9F3300: hue angle of 19.25º 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 #9F3300 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 51 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.38 |
| HSL | 19.25º | 1% | 0.31% | - |
| HSV(B) | 19.25º | 1% | 0.62% | - |
| XYZ | 15.48 | 9.74 | 1.06 | - |
| YUV | 77.48 | 84.28 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 51 | 0 | 0 | 0.68 | 1 | 0.38 | 19.25 | 1 | 0.31 |
| Hex | 9F | 33 | 0 | 0 | 44 | 64 | 26 | 13 | 64 | 1F |
| Octal | 237 | 63 | 0 | 0 | 104 | 144 | 46 | 23 | 144 | 37 |
| Binary | 10011111 | 110011 | 0 | 0 | 1000100 | 1100100 | 100110 | 10011 | 1100100 | 11111 |
Color Harmonies of #9F3300
Complementary color
Monochromatic Colors of #9F3300
Black with #9F3300
Text Example
Text Example
White with #9F3300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3300; }
p { color: rgb(159,51,0); }
H1.HeaderClassName
{
color: #9F3300;
}
.AnyTagClassName
{
color: #9F3300;
}
</style>
background-color css
<style>
a { background-color: #9F3300; }
a { background-color: rgb(159,51,0); }
div.DivClassName
{
background-color: #9F3300;
}
.BgClassName
{
background-color: #9F3300;
}
</style>
border-color css
<style>
span { border-color: #9F3300; }
span { border-color: rgb(159,51,0); }
td.TdClassName
{
border-color: #9F3300;
}
.TagClassName
{
border-color: #9F3300;
}
</style>