Shades of Rust #9E3401
Tints of Rust #9E3401
RGB
CMYK
RGB Variations
Color information
#9E3401 (or 0x9E3401) is known color: Rust. HEX triplet: 9E, 34 and 01. RGB value is (158,52,1). Sum of RGB (Red+Green+Blue) = 158+52+1=211 (27% of max value = 765). Red value is 158 (62.11% from 255 or 74.88% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3401 is #61CBFE. Grayscale: #4E4E4E. Windows color (decimal): -6409215 or 79006. OLE color: 79006.
HSL color Cylindrical-coordinate representation of color #9E3401: hue angle of 19.49º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E3401 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 52 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.38 |
| HSL | 19.49º | 0.99% | 0.31% | - |
| HSV(B) | 19.49º | 0.99% | 0.62% | - |
| XYZ | 15.33 | 9.73 | 1.1 | - |
| YUV | 77.88 | 84.62 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 52 | 1 | 0 | 0.67 | 0.99 | 0.38 | 19.49 | 0.99 | 0.31 |
| Hex | 9E | 34 | 1 | 0 | 43 | 63 | 26 | 13 | 63 | 1F |
| Octal | 236 | 64 | 1 | 0 | 103 | 143 | 46 | 23 | 143 | 37 |
| Binary | 10011110 | 110100 | 1 | 0 | 1000011 | 1100011 | 100110 | 10011 | 1100011 | 11111 |
Color Harmonies of #9E3401
Complementary color
Monochromatic Colors of #9E3401
Black with #9E3401
Text Example
Text Example
White with #9E3401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3401; }
p { color: rgb(158,52,1); }
H1.HeaderClassName
{
color: #9E3401;
}
.AnyTagClassName
{
color: #9E3401;
}
</style>
background-color css
<style>
a { background-color: #9E3401; }
a { background-color: rgb(158,52,1); }
div.DivClassName
{
background-color: #9E3401;
}
.BgClassName
{
background-color: #9E3401;
}
</style>
border-color css
<style>
span { border-color: #9E3401; }
span { border-color: rgb(158,52,1); }
td.TdClassName
{
border-color: #9E3401;
}
.TagClassName
{
border-color: #9E3401;
}
</style>