Shades of Rust #9E2906
Tints of Rust #9E2906
RGB
CMYK
RGB Variations
Color information
#9E2906 (or 0x9E2906) is known color: Rust. HEX triplet: 9E, 29 and 06. RGB value is (158,41,6). Sum of RGB (Red+Green+Blue) = 158+41+6=205 (27% of max value = 765). Red value is 158 (62.11% from 255 or 77.07% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2906 is #61D6F9. Grayscale: #484848. Windows color (decimal): -6412026 or 403870. OLE color: 403870.
HSL color Cylindrical-coordinate representation of color #9E2906: hue angle of 13.82º 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 #9E2906 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 41 | 6 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.38 |
| HSL | 13.82º | 0.93% | 0.32% | - |
| HSV(B) | 13.82º | 0.96% | 0.62% | - |
| XYZ | 14.93 | 8.87 | 1.1 | - |
| YUV | 71.99 | 90.76 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 41 | 6 | 0 | 0.74 | 0.96 | 0.38 | 13.82 | 0.93 | 0.32 |
| Hex | 9E | 29 | 6 | 0 | 4A | 60 | 26 | E | 5D | 20 |
| Octal | 236 | 51 | 6 | 0 | 112 | 140 | 46 | 16 | 135 | 40 |
| Binary | 10011110 | 101001 | 110 | 0 | 1001010 | 1100000 | 100110 | 1110 | 1011101 | 100000 |
Color Harmonies of #9E2906
Complementary color
Monochromatic Colors of #9E2906
Black with #9E2906
Text Example
Text Example
White with #9E2906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2906; }
p { color: rgb(158,41,6); }
H1.HeaderClassName
{
color: #9E2906;
}
.AnyTagClassName
{
color: #9E2906;
}
</style>
background-color css
<style>
a { background-color: #9E2906; }
a { background-color: rgb(158,41,6); }
div.DivClassName
{
background-color: #9E2906;
}
.BgClassName
{
background-color: #9E2906;
}
</style>
border-color css
<style>
span { border-color: #9E2906; }
span { border-color: rgb(158,41,6); }
td.TdClassName
{
border-color: #9E2906;
}
.TagClassName
{
border-color: #9E2906;
}
</style>