Shades of Rust #9F3208
Tints of Rust #9F3208
RGB
CMYK
RGB Variations
Color information
#9F3208 (or 0x9F3208) is known color: Rust. HEX triplet: 9F, 32 and 08. RGB value is (159,50,8). Sum of RGB (Red+Green+Blue) = 159+50+8=217 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.27% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3208 is #60CDF7. Grayscale: #4E4E4E. Windows color (decimal): -6344184 or 537247. OLE color: 537247.
HSL color Cylindrical-coordinate representation of color #9F3208: hue angle of 16.69º 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 #9F3208 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 50 | 8 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.38 |
| HSL | 16.69º | 0.9% | 0.33% | - |
| HSV(B) | 16.69º | 0.95% | 0.62% | - |
| XYZ | 15.48 | 9.67 | 1.28 | - |
| YUV | 77.8 | 88.61 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 50 | 8 | 0 | 0.69 | 0.95 | 0.38 | 16.69 | 0.9 | 0.33 |
| Hex | 9F | 32 | 8 | 0 | 45 | 5F | 26 | 11 | 5A | 21 |
| Octal | 237 | 62 | 10 | 0 | 105 | 137 | 46 | 21 | 132 | 41 |
| Binary | 10011111 | 110010 | 1000 | 0 | 1000101 | 1011111 | 100110 | 10001 | 1011010 | 100001 |
Color Harmonies of #9F3208
Complementary color
Monochromatic Colors of #9F3208
Black with #9F3208
Text Example
Text Example
White with #9F3208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3208; }
p { color: rgb(159,50,8); }
H1.HeaderClassName
{
color: #9F3208;
}
.AnyTagClassName
{
color: #9F3208;
}
</style>
background-color css
<style>
a { background-color: #9F3208; }
a { background-color: rgb(159,50,8); }
div.DivClassName
{
background-color: #9F3208;
}
.BgClassName
{
background-color: #9F3208;
}
</style>
border-color css
<style>
span { border-color: #9F3208; }
span { border-color: rgb(159,50,8); }
td.TdClassName
{
border-color: #9F3208;
}
.TagClassName
{
border-color: #9F3208;
}
</style>