Shades of Rust #9F3308
Tints of Rust #9F3308
RGB
CMYK
RGB Variations
Color information
#9F3308 (or 0x9F3308) is known color: Rust. HEX triplet: 9F, 33 and 08. RGB value is (159,51,8). Sum of RGB (Red+Green+Blue) = 159+51+8=218 (28% of max value = 765). Red value is 159 (62.5% from 255 or 72.94% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3308 is #60CCF7. Grayscale: #4E4E4E. Windows color (decimal): -6343928 or 537503. OLE color: 537503.
HSL color Cylindrical-coordinate representation of color #9F3308: hue angle of 17.09º 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 #9F3308 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 51 | 8 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.38 |
| HSL | 17.09º | 0.9% | 0.33% | - |
| HSV(B) | 17.09º | 0.95% | 0.62% | - |
| XYZ | 15.53 | 9.76 | 1.29 | - |
| YUV | 78.39 | 88.28 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 51 | 8 | 0 | 0.68 | 0.95 | 0.38 | 17.09 | 0.9 | 0.33 |
| Hex | 9F | 33 | 8 | 0 | 44 | 5F | 26 | 11 | 5A | 21 |
| Octal | 237 | 63 | 10 | 0 | 104 | 137 | 46 | 21 | 132 | 41 |
| Binary | 10011111 | 110011 | 1000 | 0 | 1000100 | 1011111 | 100110 | 10001 | 1011010 | 100001 |
Color Harmonies of #9F3308
Complementary color
Monochromatic Colors of #9F3308
Black with #9F3308
Text Example
Text Example
White with #9F3308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3308; }
p { color: rgb(159,51,8); }
H1.HeaderClassName
{
color: #9F3308;
}
.AnyTagClassName
{
color: #9F3308;
}
</style>
background-color css
<style>
a { background-color: #9F3308; }
a { background-color: rgb(159,51,8); }
div.DivClassName
{
background-color: #9F3308;
}
.BgClassName
{
background-color: #9F3308;
}
</style>
border-color css
<style>
span { border-color: #9F3308; }
span { border-color: rgb(159,51,8); }
td.TdClassName
{
border-color: #9F3308;
}
.TagClassName
{
border-color: #9F3308;
}
</style>