Shades of Rust #9E360A
Tints of Rust #9E360A
RGB
CMYK
RGB Variations
Color information
#9E360A (or 0x9E360A) is known color: Rust. HEX triplet: 9E, 36 and 0A. RGB value is (158,54,10). Sum of RGB (Red+Green+Blue) = 158+54+10=222 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.17% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 158 - color contains mainly: red. Hex color #9E360A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E360A is #61C9F5. Grayscale: #505050. Windows color (decimal): -6408694 or 669342. OLE color: 669342.
HSL color Cylindrical-coordinate representation of color #9E360A: hue angle of 17.84º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E360A is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 54 | 10 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.38 |
| HSL | 17.84º | 0.88% | 0.33% | - |
| HSV(B) | 17.84º | 0.94% | 0.62% | - |
| XYZ | 15.47 | 9.93 | 1.39 | - |
| YUV | 80.08 | 88.46 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 54 | 10 | 0 | 0.66 | 0.94 | 0.38 | 17.84 | 0.88 | 0.33 |
| Hex | 9E | 36 | A | 0 | 42 | 5E | 26 | 12 | 58 | 21 |
| Octal | 236 | 66 | 12 | 0 | 102 | 136 | 46 | 22 | 130 | 41 |
| Binary | 10011110 | 110110 | 1010 | 0 | 1000010 | 1011110 | 100110 | 10010 | 1011000 | 100001 |
Color Harmonies of #9E360A
Complementary color
Monochromatic Colors of #9E360A
Black with #9E360A
Text Example
Text Example
White with #9E360A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E360A; }
p { color: rgb(158,54,10); }
H1.HeaderClassName
{
color: #9E360A;
}
.AnyTagClassName
{
color: #9E360A;
}
</style>
background-color css
<style>
a { background-color: #9E360A; }
a { background-color: rgb(158,54,10); }
div.DivClassName
{
background-color: #9E360A;
}
.BgClassName
{
background-color: #9E360A;
}
</style>
border-color css
<style>
span { border-color: #9E360A; }
span { border-color: rgb(158,54,10); }
td.TdClassName
{
border-color: #9E360A;
}
.TagClassName
{
border-color: #9E360A;
}
</style>