Shades of Rust #9E3203
Tints of Rust #9E3203
RGB
CMYK
RGB Variations
Color information
#9E3203 (or 0x9E3203) is known color: Rust. HEX triplet: 9E, 32 and 03. RGB value is (158,50,3). Sum of RGB (Red+Green+Blue) = 158+50+3=211 (27% of max value = 765). Red value is 158 (62.11% from 255 or 74.88% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3203 is #61CDFC. Grayscale: #4D4D4D. Windows color (decimal): -6409725 or 209566. OLE color: 209566.
HSL color Cylindrical-coordinate representation of color #9E3203: hue angle of 18.19º 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 #9E3203 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 50 | 3 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.38 |
| HSL | 18.19º | 0.96% | 0.32% | - |
| HSV(B) | 18.19º | 0.98% | 0.62% | - |
| XYZ | 15.26 | 9.56 | 1.13 | - |
| YUV | 76.93 | 86.28 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 50 | 3 | 0 | 0.68 | 0.98 | 0.38 | 18.19 | 0.96 | 0.32 |
| Hex | 9E | 32 | 3 | 0 | 44 | 62 | 26 | 12 | 60 | 20 |
| Octal | 236 | 62 | 3 | 0 | 104 | 142 | 46 | 22 | 140 | 40 |
| Binary | 10011110 | 110010 | 11 | 0 | 1000100 | 1100010 | 100110 | 10010 | 1100000 | 100000 |
Color Harmonies of #9E3203
Complementary color
Monochromatic Colors of #9E3203
Black with #9E3203
Text Example
Text Example
White with #9E3203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3203; }
p { color: rgb(158,50,3); }
H1.HeaderClassName
{
color: #9E3203;
}
.AnyTagClassName
{
color: #9E3203;
}
</style>
background-color css
<style>
a { background-color: #9E3203; }
a { background-color: rgb(158,50,3); }
div.DivClassName
{
background-color: #9E3203;
}
.BgClassName
{
background-color: #9E3203;
}
</style>
border-color css
<style>
span { border-color: #9E3203; }
span { border-color: rgb(158,50,3); }
td.TdClassName
{
border-color: #9E3203;
}
.TagClassName
{
border-color: #9E3203;
}
</style>