Shades of Rust #9E330A
Tints of Rust #9E330A
RGB
CMYK
RGB Variations
Color information
#9E330A (or 0x9E330A) is known color: Rust. HEX triplet: 9E, 33 and 0A. RGB value is (158,51,10). Sum of RGB (Red+Green+Blue) = 158+51+10=219 (29% of max value = 765). Red value is 158 (62.11% from 255 or 72.15% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 158 - color contains mainly: red. Hex color #9E330A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E330A is #61CCF5. Grayscale: #4E4E4E. Windows color (decimal): -6409462 or 668574. OLE color: 668574.
HSL color Cylindrical-coordinate representation of color #9E330A: hue angle of 16.62º 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 #9E330A is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 51 | 10 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.38 |
| HSL | 16.62º | 0.88% | 0.33% | - |
| HSV(B) | 16.62º | 0.94% | 0.62% | - |
| XYZ | 15.34 | 9.66 | 1.34 | - |
| YUV | 78.32 | 89.45 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 51 | 10 | 0 | 0.68 | 0.94 | 0.38 | 16.62 | 0.88 | 0.33 |
| Hex | 9E | 33 | A | 0 | 44 | 5E | 26 | 11 | 58 | 21 |
| Octal | 236 | 63 | 12 | 0 | 104 | 136 | 46 | 21 | 130 | 41 |
| Binary | 10011110 | 110011 | 1010 | 0 | 1000100 | 1011110 | 100110 | 10001 | 1011000 | 100001 |
Color Harmonies of #9E330A
Complementary color
Monochromatic Colors of #9E330A
Black with #9E330A
Text Example
Text Example
White with #9E330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E330A; }
p { color: rgb(158,51,10); }
H1.HeaderClassName
{
color: #9E330A;
}
.AnyTagClassName
{
color: #9E330A;
}
</style>
background-color css
<style>
a { background-color: #9E330A; }
a { background-color: rgb(158,51,10); }
div.DivClassName
{
background-color: #9E330A;
}
.BgClassName
{
background-color: #9E330A;
}
</style>
border-color css
<style>
span { border-color: #9E330A; }
span { border-color: rgb(158,51,10); }
td.TdClassName
{
border-color: #9E330A;
}
.TagClassName
{
border-color: #9E330A;
}
</style>