Shades of Rust #9E3005
Tints of Rust #9E3005
RGB
CMYK
RGB Variations
Color information
#9E3005 (or 0x9E3005) is known color: Rust. HEX triplet: 9E, 30 and 05. RGB value is (158,48,5). Sum of RGB (Red+Green+Blue) = 158+48+5=211 (27% of max value = 765). Red value is 158 (62.11% from 255 or 74.88% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3005 is #61CFFA. Grayscale: #4C4C4C. Windows color (decimal): -6410235 or 340126. OLE color: 340126.
HSL color Cylindrical-coordinate representation of color #9E3005: hue angle of 16.86º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E3005 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 48 | 5 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.38 |
| HSL | 16.86º | 0.94% | 0.32% | - |
| HSV(B) | 16.86º | 0.97% | 0.62% | - |
| XYZ | 15.18 | 9.39 | 1.16 | - |
| YUV | 75.99 | 87.94 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 48 | 5 | 0 | 0.70 | 0.97 | 0.38 | 16.86 | 0.94 | 0.32 |
| Hex | 9E | 30 | 5 | 0 | 46 | 61 | 26 | 11 | 5E | 20 |
| Octal | 236 | 60 | 5 | 0 | 106 | 141 | 46 | 21 | 136 | 40 |
| Binary | 10011110 | 110000 | 101 | 0 | 1000110 | 1100001 | 100110 | 10001 | 1011110 | 100000 |
Color Harmonies of #9E3005
Complementary color
Monochromatic Colors of #9E3005
Black with #9E3005
Text Example
Text Example
White with #9E3005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3005; }
p { color: rgb(158,48,5); }
H1.HeaderClassName
{
color: #9E3005;
}
.AnyTagClassName
{
color: #9E3005;
}
</style>
background-color css
<style>
a { background-color: #9E3005; }
a { background-color: rgb(158,48,5); }
div.DivClassName
{
background-color: #9E3005;
}
.BgClassName
{
background-color: #9E3005;
}
</style>
border-color css
<style>
span { border-color: #9E3005; }
span { border-color: rgb(158,48,5); }
td.TdClassName
{
border-color: #9E3005;
}
.TagClassName
{
border-color: #9E3005;
}
</style>