Shades of Rust #9F390B
Tints of Rust #9F390B
RGB
CMYK
RGB Variations
Color information
#9F390B (or 0x9F390B) is known color: Rust. HEX triplet: 9F, 39 and 0B. RGB value is (159,57,11). Sum of RGB (Red+Green+Blue) = 159+57+11=227 (30% of max value = 765). Red value is 159 (62.5% from 255 or 70.04% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 159 - color contains mainly: red. Hex color #9F390B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F390B is #60C6F4. Grayscale: #525252. Windows color (decimal): -6342389 or 735647. OLE color: 735647.
HSL color Cylindrical-coordinate representation of color #9F390B: hue angle of 18.65º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F390B is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 57 | 11 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.38 |
| HSL | 18.65º | 0.87% | 0.33% | - |
| HSV(B) | 18.65º | 0.93% | 0.62% | - |
| XYZ | 15.82 | 10.32 | 1.47 | - |
| YUV | 82.25 | 87.79 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 57 | 11 | 0 | 0.64 | 0.93 | 0.38 | 18.65 | 0.87 | 0.33 |
| Hex | 9F | 39 | B | 0 | 40 | 5D | 26 | 13 | 57 | 21 |
| Octal | 237 | 71 | 13 | 0 | 100 | 135 | 46 | 23 | 127 | 41 |
| Binary | 10011111 | 111001 | 1011 | 0 | 1000000 | 1011101 | 100110 | 10011 | 1010111 | 100001 |
Color Harmonies of #9F390B
Complementary color
Monochromatic Colors of #9F390B
Black with #9F390B
Text Example
Text Example
White with #9F390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F390B; }
p { color: rgb(159,57,11); }
H1.HeaderClassName
{
color: #9F390B;
}
.AnyTagClassName
{
color: #9F390B;
}
</style>
background-color css
<style>
a { background-color: #9F390B; }
a { background-color: rgb(159,57,11); }
div.DivClassName
{
background-color: #9F390B;
}
.BgClassName
{
background-color: #9F390B;
}
</style>
border-color css
<style>
span { border-color: #9F390B; }
span { border-color: rgb(159,57,11); }
td.TdClassName
{
border-color: #9F390B;
}
.TagClassName
{
border-color: #9F390B;
}
</style>