Shades of Rust #9E3103
Tints of Rust #9E3103
RGB
CMYK
RGB Variations
Color information
#9E3103 (or 0x9E3103) is known color: Rust. HEX triplet: 9E, 31 and 03. RGB value is (158,49,3). Sum of RGB (Red+Green+Blue) = 158+49+3=210 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.24% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3103 is #61CEFC. Grayscale: #4C4C4C. Windows color (decimal): -6409981 or 209310. OLE color: 209310.
HSL color Cylindrical-coordinate representation of color #9E3103: hue angle of 17.81º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E3103 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 49 | 3 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.38 |
| HSL | 17.81º | 0.96% | 0.32% | - |
| HSV(B) | 17.81º | 0.98% | 0.62% | - |
| XYZ | 15.22 | 9.47 | 1.11 | - |
| YUV | 76.35 | 86.61 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 49 | 3 | 0 | 0.69 | 0.98 | 0.38 | 17.81 | 0.96 | 0.32 |
| Hex | 9E | 31 | 3 | 0 | 45 | 62 | 26 | 12 | 60 | 20 |
| Octal | 236 | 61 | 3 | 0 | 105 | 142 | 46 | 22 | 140 | 40 |
| Binary | 10011110 | 110001 | 11 | 0 | 1000101 | 1100010 | 100110 | 10010 | 1100000 | 100000 |
Color Harmonies of #9E3103
Complementary color
Monochromatic Colors of #9E3103
Black with #9E3103
Text Example
Text Example
White with #9E3103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3103; }
p { color: rgb(158,49,3); }
H1.HeaderClassName
{
color: #9E3103;
}
.AnyTagClassName
{
color: #9E3103;
}
</style>
background-color css
<style>
a { background-color: #9E3103; }
a { background-color: rgb(158,49,3); }
div.DivClassName
{
background-color: #9E3103;
}
.BgClassName
{
background-color: #9E3103;
}
</style>
border-color css
<style>
span { border-color: #9E3103; }
span { border-color: rgb(158,49,3); }
td.TdClassName
{
border-color: #9E3103;
}
.TagClassName
{
border-color: #9E3103;
}
</style>