Shades of Rust #9F3608
Tints of Rust #9F3608
RGB
CMYK
RGB Variations
Color information
#9F3608 (or 0x9F3608) is known color: Rust. HEX triplet: 9F, 36 and 08. RGB value is (159,54,8). Sum of RGB (Red+Green+Blue) = 159+54+8=221 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.95% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3608 is #60C9F7. Grayscale: #505050. Windows color (decimal): -6343160 or 538271. OLE color: 538271.
HSL color Cylindrical-coordinate representation of color #9F3608: hue angle of 18.28º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F3608 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 8 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.38 |
| HSL | 18.28º | 0.9% | 0.33% | - |
| HSV(B) | 18.28º | 0.95% | 0.62% | - |
| XYZ | 15.66 | 10.03 | 1.34 | - |
| YUV | 80.15 | 87.29 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 8 | 0 | 0.66 | 0.95 | 0.38 | 18.28 | 0.9 | 0.33 |
| Hex | 9F | 36 | 8 | 0 | 42 | 5F | 26 | 12 | 5A | 21 |
| Octal | 237 | 66 | 10 | 0 | 102 | 137 | 46 | 22 | 132 | 41 |
| Binary | 10011111 | 110110 | 1000 | 0 | 1000010 | 1011111 | 100110 | 10010 | 1011010 | 100001 |
Color Harmonies of #9F3608
Complementary color
Monochromatic Colors of #9F3608
Black with #9F3608
Text Example
Text Example
White with #9F3608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3608; }
p { color: rgb(159,54,8); }
H1.HeaderClassName
{
color: #9F3608;
}
.AnyTagClassName
{
color: #9F3608;
}
</style>
background-color css
<style>
a { background-color: #9F3608; }
a { background-color: rgb(159,54,8); }
div.DivClassName
{
background-color: #9F3608;
}
.BgClassName
{
background-color: #9F3608;
}
</style>
border-color css
<style>
span { border-color: #9F3608; }
span { border-color: rgb(159,54,8); }
td.TdClassName
{
border-color: #9F3608;
}
.TagClassName
{
border-color: #9F3608;
}
</style>