Shades of Rust #9E2E06
Tints of Rust #9E2E06
RGB
CMYK
RGB Variations
Color information
#9E2E06 (or 0x9E2E06) is known color: Rust. HEX triplet: 9E, 2E and 06. RGB value is (158,46,6). Sum of RGB (Red+Green+Blue) = 158+46+6=210 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.24% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2E06 is #61D1F9. Grayscale: #4B4B4B. Windows color (decimal): -6410746 or 405150. OLE color: 405150.
HSL color Cylindrical-coordinate representation of color #9E2E06: hue angle of 15.79º 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 #9E2E06 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 46 | 6 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.38 |
| HSL | 15.79º | 0.93% | 0.32% | - |
| HSV(B) | 15.79º | 0.96% | 0.62% | - |
| XYZ | 15.11 | 9.24 | 1.16 | - |
| YUV | 74.93 | 89.11 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 46 | 6 | 0 | 0.71 | 0.96 | 0.38 | 15.79 | 0.93 | 0.32 |
| Hex | 9E | 2E | 6 | 0 | 47 | 60 | 26 | 10 | 5D | 20 |
| Octal | 236 | 56 | 6 | 0 | 107 | 140 | 46 | 20 | 135 | 40 |
| Binary | 10011110 | 101110 | 110 | 0 | 1000111 | 1100000 | 100110 | 10000 | 1011101 | 100000 |
Color Harmonies of #9E2E06
Complementary color
Monochromatic Colors of #9E2E06
Black with #9E2E06
Text Example
Text Example
White with #9E2E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2E06; }
p { color: rgb(158,46,6); }
H1.HeaderClassName
{
color: #9E2E06;
}
.AnyTagClassName
{
color: #9E2E06;
}
</style>
background-color css
<style>
a { background-color: #9E2E06; }
a { background-color: rgb(158,46,6); }
div.DivClassName
{
background-color: #9E2E06;
}
.BgClassName
{
background-color: #9E2E06;
}
</style>
border-color css
<style>
span { border-color: #9E2E06; }
span { border-color: rgb(158,46,6); }
td.TdClassName
{
border-color: #9E2E06;
}
.TagClassName
{
border-color: #9E2E06;
}
</style>