Shades of Rust #9E2D0A
Tints of Rust #9E2D0A
RGB
CMYK
RGB Variations
Color information
#9E2D0A (or 0x9E2D0A) is known color: Rust. HEX triplet: 9E, 2D and 0A. RGB value is (158,45,10). Sum of RGB (Red+Green+Blue) = 158+45+10=213 (28% of max value = 765). Red value is 158 (62.11% from 255 or 74.18% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2D0A is #61D2F5. Grayscale: #4B4B4B. Windows color (decimal): -6410998 or 667038. OLE color: 667038.
HSL color Cylindrical-coordinate representation of color #9E2D0A: hue angle of 14.19º 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 #9E2D0A is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 45 | 10 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.38 |
| HSL | 14.19º | 0.88% | 0.33% | - |
| HSV(B) | 14.19º | 0.94% | 0.62% | - |
| XYZ | 15.09 | 9.17 | 1.26 | - |
| YUV | 74.8 | 91.44 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 45 | 10 | 0 | 0.72 | 0.94 | 0.38 | 14.19 | 0.88 | 0.33 |
| Hex | 9E | 2D | A | 0 | 48 | 5E | 26 | E | 58 | 21 |
| Octal | 236 | 55 | 12 | 0 | 110 | 136 | 46 | 16 | 130 | 41 |
| Binary | 10011110 | 101101 | 1010 | 0 | 1001000 | 1011110 | 100110 | 1110 | 1011000 | 100001 |
Color Harmonies of #9E2D0A
Complementary color
Monochromatic Colors of #9E2D0A
Black with #9E2D0A
Text Example
Text Example
White with #9E2D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2D0A; }
p { color: rgb(158,45,10); }
H1.HeaderClassName
{
color: #9E2D0A;
}
.AnyTagClassName
{
color: #9E2D0A;
}
</style>
background-color css
<style>
a { background-color: #9E2D0A; }
a { background-color: rgb(158,45,10); }
div.DivClassName
{
background-color: #9E2D0A;
}
.BgClassName
{
background-color: #9E2D0A;
}
</style>
border-color css
<style>
span { border-color: #9E2D0A; }
span { border-color: rgb(158,45,10); }
td.TdClassName
{
border-color: #9E2D0A;
}
.TagClassName
{
border-color: #9E2D0A;
}
</style>