Shades of Rust #9E3408
Tints of Rust #9E3408
RGB
CMYK
RGB Variations
Color information
#9E3408 (or 0x9E3408) is known color: Rust. HEX triplet: 9E, 34 and 08. RGB value is (158,52,8). Sum of RGB (Red+Green+Blue) = 158+52+8=218 (28% of max value = 765). Red value is 158 (62.11% from 255 or 72.48% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3408 is #61CBF7. Grayscale: #4E4E4E. Windows color (decimal): -6409208 or 537758. OLE color: 537758.
HSL color Cylindrical-coordinate representation of color #9E3408: hue angle of 17.6º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E3408 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 52 | 8 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.38 |
| HSL | 17.6º | 0.9% | 0.33% | - |
| HSV(B) | 17.6º | 0.95% | 0.62% | - |
| XYZ | 15.37 | 9.74 | 1.3 | - |
| YUV | 78.68 | 88.12 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 52 | 8 | 0 | 0.67 | 0.95 | 0.38 | 17.6 | 0.9 | 0.33 |
| Hex | 9E | 34 | 8 | 0 | 43 | 5F | 26 | 12 | 5A | 21 |
| Octal | 236 | 64 | 10 | 0 | 103 | 137 | 46 | 22 | 132 | 41 |
| Binary | 10011110 | 110100 | 1000 | 0 | 1000011 | 1011111 | 100110 | 10010 | 1011010 | 100001 |
Color Harmonies of #9E3408
Complementary color
Monochromatic Colors of #9E3408
Black with #9E3408
Text Example
Text Example
White with #9E3408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3408; }
p { color: rgb(158,52,8); }
H1.HeaderClassName
{
color: #9E3408;
}
.AnyTagClassName
{
color: #9E3408;
}
</style>
background-color css
<style>
a { background-color: #9E3408; }
a { background-color: rgb(158,52,8); }
div.DivClassName
{
background-color: #9E3408;
}
.BgClassName
{
background-color: #9E3408;
}
</style>
border-color css
<style>
span { border-color: #9E3408; }
span { border-color: rgb(158,52,8); }
td.TdClassName
{
border-color: #9E3408;
}
.TagClassName
{
border-color: #9E3408;
}
</style>