Shades of Rust #9F3513
Tints of Rust #9F3513
RGB
CMYK
RGB Variations
Color information
#9F3513 (or 0x9F3513) is known color: Rust. HEX triplet: 9F, 35 and 13. RGB value is (159,53,19). Sum of RGB (Red+Green+Blue) = 159+53+19=231 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.83% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3513 is #60CAEC. Grayscale: #515151. Windows color (decimal): -6343405 or 1258911. OLE color: 1258911.
HSL color Cylindrical-coordinate representation of color #9F3513: hue angle of 14.57º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F3513 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 53 | 19 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.38 |
| HSL | 14.57º | 0.79% | 0.35% | - |
| HSV(B) | 14.57º | 0.88% | 0.62% | - |
| XYZ | 15.69 | 9.96 | 1.71 | - |
| YUV | 80.82 | 93.12 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 53 | 19 | 0 | 0.67 | 0.88 | 0.38 | 14.57 | 0.79 | 0.35 |
| Hex | 9F | 35 | 13 | 0 | 43 | 58 | 26 | F | 4F | 23 |
| Octal | 237 | 65 | 23 | 0 | 103 | 130 | 46 | 17 | 117 | 43 |
| Binary | 10011111 | 110101 | 10011 | 0 | 1000011 | 1011000 | 100110 | 1111 | 1001111 | 100011 |
Color Harmonies of #9F3513
Complementary color
Monochromatic Colors of #9F3513
Black with #9F3513
Text Example
Text Example
White with #9F3513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3513; }
p { color: rgb(159,53,19); }
H1.HeaderClassName
{
color: #9F3513;
}
.AnyTagClassName
{
color: #9F3513;
}
</style>
background-color css
<style>
a { background-color: #9F3513; }
a { background-color: rgb(159,53,19); }
div.DivClassName
{
background-color: #9F3513;
}
.BgClassName
{
background-color: #9F3513;
}
</style>
border-color css
<style>
span { border-color: #9F3513; }
span { border-color: rgb(159,53,19); }
td.TdClassName
{
border-color: #9F3513;
}
.TagClassName
{
border-color: #9F3513;
}
</style>