Shades of Rust #9E3410
Tints of Rust #9E3410
RGB
CMYK
RGB Variations
Color information
#9E3410 (or 0x9E3410) is known color: Rust. HEX triplet: 9E, 34 and 10. RGB value is (158,52,16). Sum of RGB (Red+Green+Blue) = 158+52+16=226 (29% of max value = 765). Red value is 158 (62.11% from 255 or 69.91% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3410 is #61CBEF. Grayscale: #4F4F4F. Windows color (decimal): -6409200 or 1062046. OLE color: 1062046.
HSL color Cylindrical-coordinate representation of color #9E3410: hue angle of 15.21º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E3410 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 52 | 16 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.38 |
| HSL | 15.21º | 0.82% | 0.34% | - |
| HSV(B) | 15.21º | 0.9% | 0.62% | - |
| XYZ | 15.42 | 9.76 | 1.56 | - |
| YUV | 79.59 | 92.12 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 52 | 16 | 0 | 0.67 | 0.90 | 0.38 | 15.21 | 0.82 | 0.34 |
| Hex | 9E | 34 | 10 | 0 | 43 | 5A | 26 | F | 52 | 22 |
| Octal | 236 | 64 | 20 | 0 | 103 | 132 | 46 | 17 | 122 | 42 |
| Binary | 10011110 | 110100 | 10000 | 0 | 1000011 | 1011010 | 100110 | 1111 | 1010010 | 100010 |
Color Harmonies of #9E3410
Complementary color
Monochromatic Colors of #9E3410
Black with #9E3410
Text Example
Text Example
White with #9E3410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3410; }
p { color: rgb(158,52,16); }
H1.HeaderClassName
{
color: #9E3410;
}
.AnyTagClassName
{
color: #9E3410;
}
</style>
background-color css
<style>
a { background-color: #9E3410; }
a { background-color: rgb(158,52,16); }
div.DivClassName
{
background-color: #9E3410;
}
.BgClassName
{
background-color: #9E3410;
}
</style>
border-color css
<style>
span { border-color: #9E3410; }
span { border-color: rgb(158,52,16); }
td.TdClassName
{
border-color: #9E3410;
}
.TagClassName
{
border-color: #9E3410;
}
</style>