Shades of Rust #9F390F
Tints of Rust #9F390F
RGB
CMYK
RGB Variations
Color information
#9F390F (or 0x9F390F) is known color: Rust. HEX triplet: 9F, 39 and 0F. RGB value is (159,57,15). Sum of RGB (Red+Green+Blue) = 159+57+15=231 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.83% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 159 - color contains mainly: red. Hex color #9F390F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F390F is #60C6F0. Grayscale: #525252. Windows color (decimal): -6342385 or 997791. OLE color: 997791.
HSL color Cylindrical-coordinate representation of color #9F390F: hue angle of 17.5º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F390F is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 57 | 15 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.38 |
| HSL | 17.5º | 0.83% | 0.34% | - |
| HSV(B) | 17.5º | 0.91% | 0.62% | - |
| XYZ | 15.85 | 10.33 | 1.61 | - |
| YUV | 82.71 | 89.79 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 57 | 15 | 0 | 0.64 | 0.91 | 0.38 | 17.5 | 0.83 | 0.34 |
| Hex | 9F | 39 | F | 0 | 40 | 5B | 26 | 12 | 53 | 22 |
| Octal | 237 | 71 | 17 | 0 | 100 | 133 | 46 | 22 | 123 | 42 |
| Binary | 10011111 | 111001 | 1111 | 0 | 1000000 | 1011011 | 100110 | 10010 | 1010011 | 100010 |
Color Harmonies of #9F390F
Complementary color
Monochromatic Colors of #9F390F
Black with #9F390F
Text Example
Text Example
White with #9F390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F390F; }
p { color: rgb(159,57,15); }
H1.HeaderClassName
{
color: #9F390F;
}
.AnyTagClassName
{
color: #9F390F;
}
</style>
background-color css
<style>
a { background-color: #9F390F; }
a { background-color: rgb(159,57,15); }
div.DivClassName
{
background-color: #9F390F;
}
.BgClassName
{
background-color: #9F390F;
}
</style>
border-color css
<style>
span { border-color: #9F390F; }
span { border-color: rgb(159,57,15); }
td.TdClassName
{
border-color: #9F390F;
}
.TagClassName
{
border-color: #9F390F;
}
</style>