Shades of Rust #9F340E
Tints of Rust #9F340E
RGB
CMYK
RGB Variations
Color information
#9F340E (or 0x9F340E) is known color: Rust. HEX triplet: 9F, 34 and 0E. RGB value is (159,52,14). Sum of RGB (Red+Green+Blue) = 159+52+14=225 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.67% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 159 - color contains mainly: red. Hex color #9F340E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F340E is #60CBF1. Grayscale: #4F4F4F. Windows color (decimal): -6343666 or 930975. OLE color: 930975.
HSL color Cylindrical-coordinate representation of color #9F340E: hue angle of 15.72º degrees, saturation: 0.84, 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 #9F340E is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 52 | 14 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.38 |
| HSL | 15.72º | 0.84% | 0.34% | - |
| HSV(B) | 15.72º | 0.91% | 0.62% | - |
| XYZ | 15.61 | 9.86 | 1.5 | - |
| YUV | 79.66 | 90.95 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 52 | 14 | 0 | 0.67 | 0.91 | 0.38 | 15.72 | 0.84 | 0.34 |
| Hex | 9F | 34 | E | 0 | 43 | 5B | 26 | 10 | 54 | 22 |
| Octal | 237 | 64 | 16 | 0 | 103 | 133 | 46 | 20 | 124 | 42 |
| Binary | 10011111 | 110100 | 1110 | 0 | 1000011 | 1011011 | 100110 | 10000 | 1010100 | 100010 |
Color Harmonies of #9F340E
Complementary color
Monochromatic Colors of #9F340E
Black with #9F340E
Text Example
Text Example
White with #9F340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F340E; }
p { color: rgb(159,52,14); }
H1.HeaderClassName
{
color: #9F340E;
}
.AnyTagClassName
{
color: #9F340E;
}
</style>
background-color css
<style>
a { background-color: #9F340E; }
a { background-color: rgb(159,52,14); }
div.DivClassName
{
background-color: #9F340E;
}
.BgClassName
{
background-color: #9F340E;
}
</style>
border-color css
<style>
span { border-color: #9F340E; }
span { border-color: rgb(159,52,14); }
td.TdClassName
{
border-color: #9F340E;
}
.TagClassName
{
border-color: #9F340E;
}
</style>