Shades of Rust #9F3610
Tints of Rust #9F3610
RGB
CMYK
RGB Variations
Color information
#9F3610 (or 0x9F3610) is known color: Rust. HEX triplet: 9F, 36 and 10. RGB value is (159,54,16). Sum of RGB (Red+Green+Blue) = 159+54+16=229 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.43% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3610 is #60C9EF. Grayscale: #515151. Windows color (decimal): -6343152 or 1062559. OLE color: 1062559.
HSL color Cylindrical-coordinate representation of color #9F3610: hue angle of 15.94º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F3610 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 16 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.38 |
| HSL | 15.94º | 0.82% | 0.34% | - |
| HSV(B) | 15.94º | 0.9% | 0.62% | - |
| XYZ | 15.71 | 10.05 | 1.6 | - |
| YUV | 81.06 | 91.29 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 16 | 0 | 0.66 | 0.90 | 0.38 | 15.94 | 0.82 | 0.34 |
| Hex | 9F | 36 | 10 | 0 | 42 | 5A | 26 | 10 | 52 | 22 |
| Octal | 237 | 66 | 20 | 0 | 102 | 132 | 46 | 20 | 122 | 42 |
| Binary | 10011111 | 110110 | 10000 | 0 | 1000010 | 1011010 | 100110 | 10000 | 1010010 | 100010 |
Color Harmonies of #9F3610
Complementary color
Monochromatic Colors of #9F3610
Black with #9F3610
Text Example
Text Example
White with #9F3610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3610; }
p { color: rgb(159,54,16); }
H1.HeaderClassName
{
color: #9F3610;
}
.AnyTagClassName
{
color: #9F3610;
}
</style>
background-color css
<style>
a { background-color: #9F3610; }
a { background-color: rgb(159,54,16); }
div.DivClassName
{
background-color: #9F3610;
}
.BgClassName
{
background-color: #9F3610;
}
</style>
border-color css
<style>
span { border-color: #9F3610; }
span { border-color: rgb(159,54,16); }
td.TdClassName
{
border-color: #9F3610;
}
.TagClassName
{
border-color: #9F3610;
}
</style>