Shades of Rust #9F2906
Tints of Rust #9F2906
RGB
CMYK
RGB Variations
Color information
#9F2906 (or 0x9F2906) is known color: Rust. HEX triplet: 9F, 29 and 06. RGB value is (159,41,6). Sum of RGB (Red+Green+Blue) = 159+41+6=206 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.18% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 6 (2.73% from 255 or 2.91% from 206); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2906 is #60D6F9. Grayscale: #484848. Windows color (decimal): -6346490 or 403871. OLE color: 403871.
HSL color Cylindrical-coordinate representation of color #9F2906: hue angle of 13.73º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F2906 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 41 | 6 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.38 |
| HSL | 13.73º | 0.93% | 0.32% | - |
| HSV(B) | 13.73º | 0.96% | 0.62% | - |
| XYZ | 15.12 | 8.97 | 1.11 | - |
| YUV | 72.29 | 90.59 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 41 | 6 | 0 | 0.74 | 0.96 | 0.38 | 13.73 | 0.93 | 0.32 |
| Hex | 9F | 29 | 6 | 0 | 4A | 60 | 26 | E | 5D | 20 |
| Octal | 237 | 51 | 6 | 0 | 112 | 140 | 46 | 16 | 135 | 40 |
| Binary | 10011111 | 101001 | 110 | 0 | 1001010 | 1100000 | 100110 | 1110 | 1011101 | 100000 |
Color Harmonies of #9F2906
Complementary color
Monochromatic Colors of #9F2906
Black with #9F2906
Text Example
Text Example
White with #9F2906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2906; }
p { color: rgb(159,41,6); }
H1.HeaderClassName
{
color: #9F2906;
}
.AnyTagClassName
{
color: #9F2906;
}
</style>
background-color css
<style>
a { background-color: #9F2906; }
a { background-color: rgb(159,41,6); }
div.DivClassName
{
background-color: #9F2906;
}
.BgClassName
{
background-color: #9F2906;
}
</style>
border-color css
<style>
span { border-color: #9F2906; }
span { border-color: rgb(159,41,6); }
td.TdClassName
{
border-color: #9F2906;
}
.TagClassName
{
border-color: #9F2906;
}
</style>