Shades of Rust #9F3813
Tints of Rust #9F3813
RGB
CMYK
RGB Variations
Color information
#9F3813 (or 0x9F3813) is known color: Rust. HEX triplet: 9F, 38 and 13. RGB value is (159,56,19). Sum of RGB (Red+Green+Blue) = 159+56+19=234 (30% of max value = 765). Red value is 159 (62.5% from 255 or 67.95% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3813 is #60C7EC. Grayscale: #525252. Windows color (decimal): -6342637 or 1259679. OLE color: 1259679.
HSL color Cylindrical-coordinate representation of color #9F3813: hue angle of 15.86º 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 #9F3813 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 56 | 19 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.38 |
| HSL | 15.86º | 0.79% | 0.35% | - |
| HSV(B) | 15.86º | 0.88% | 0.62% | - |
| XYZ | 15.83 | 10.25 | 1.76 | - |
| YUV | 82.58 | 92.12 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 56 | 19 | 0 | 0.65 | 0.88 | 0.38 | 15.86 | 0.79 | 0.35 |
| Hex | 9F | 38 | 13 | 0 | 41 | 58 | 26 | 10 | 4F | 23 |
| Octal | 237 | 70 | 23 | 0 | 101 | 130 | 46 | 20 | 117 | 43 |
| Binary | 10011111 | 111000 | 10011 | 0 | 1000001 | 1011000 | 100110 | 10000 | 1001111 | 100011 |
Color Harmonies of #9F3813
Complementary color
Monochromatic Colors of #9F3813
Black with #9F3813
Text Example
Text Example
White with #9F3813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3813; }
p { color: rgb(159,56,19); }
H1.HeaderClassName
{
color: #9F3813;
}
.AnyTagClassName
{
color: #9F3813;
}
</style>
background-color css
<style>
a { background-color: #9F3813; }
a { background-color: rgb(159,56,19); }
div.DivClassName
{
background-color: #9F3813;
}
.BgClassName
{
background-color: #9F3813;
}
</style>
border-color css
<style>
span { border-color: #9F3813; }
span { border-color: rgb(159,56,19); }
td.TdClassName
{
border-color: #9F3813;
}
.TagClassName
{
border-color: #9F3813;
}
</style>