Shades of Rust #9F3713
Tints of Rust #9F3713
RGB
CMYK
RGB Variations
Color information
#9F3713 (or 0x9F3713) is known color: Rust. HEX triplet: 9F, 37 and 13. RGB value is (159,55,19). Sum of RGB (Red+Green+Blue) = 159+55+19=233 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.24% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3713 is #60C8EC. Grayscale: #525252. Windows color (decimal): -6342893 or 1259423. OLE color: 1259423.
HSL color Cylindrical-coordinate representation of color #9F3713: hue angle of 15.43º 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 #9F3713 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 55 | 19 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.38 |
| HSL | 15.43º | 0.79% | 0.35% | - |
| HSV(B) | 15.43º | 0.88% | 0.62% | - |
| XYZ | 15.78 | 10.15 | 1.74 | - |
| YUV | 81.99 | 92.46 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 55 | 19 | 0 | 0.65 | 0.88 | 0.38 | 15.43 | 0.79 | 0.35 |
| Hex | 9F | 37 | 13 | 0 | 41 | 58 | 26 | F | 4F | 23 |
| Octal | 237 | 67 | 23 | 0 | 101 | 130 | 46 | 17 | 117 | 43 |
| Binary | 10011111 | 110111 | 10011 | 0 | 1000001 | 1011000 | 100110 | 1111 | 1001111 | 100011 |
Color Harmonies of #9F3713
Complementary color
Monochromatic Colors of #9F3713
Black with #9F3713
Text Example
Text Example
White with #9F3713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3713; }
p { color: rgb(159,55,19); }
H1.HeaderClassName
{
color: #9F3713;
}
.AnyTagClassName
{
color: #9F3713;
}
</style>
background-color css
<style>
a { background-color: #9F3713; }
a { background-color: rgb(159,55,19); }
div.DivClassName
{
background-color: #9F3713;
}
.BgClassName
{
background-color: #9F3713;
}
</style>
border-color css
<style>
span { border-color: #9F3713; }
span { border-color: rgb(159,55,19); }
td.TdClassName
{
border-color: #9F3713;
}
.TagClassName
{
border-color: #9F3713;
}
</style>