Shades of Rust #9E3201
Tints of Rust #9E3201
RGB
CMYK
RGB Variations
Color information
#9E3201 (or 0x9E3201) is known color: Rust. HEX triplet: 9E, 32 and 01. RGB value is (158,50,1). Sum of RGB (Red+Green+Blue) = 158+50+1=209 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.60% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3201 is #61CDFE. Grayscale: #4D4D4D. Windows color (decimal): -6409727 or 78494. OLE color: 78494.
HSL color Cylindrical-coordinate representation of color #9E3201: hue angle of 18.73º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E3201 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 50 | 1 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.38 |
| HSL | 18.73º | 0.99% | 0.31% | - |
| HSV(B) | 18.73º | 0.99% | 0.62% | - |
| XYZ | 15.25 | 9.55 | 1.07 | - |
| YUV | 76.71 | 85.28 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 50 | 1 | 0 | 0.68 | 0.99 | 0.38 | 18.73 | 0.99 | 0.31 |
| Hex | 9E | 32 | 1 | 0 | 44 | 63 | 26 | 13 | 63 | 1F |
| Octal | 236 | 62 | 1 | 0 | 104 | 143 | 46 | 23 | 143 | 37 |
| Binary | 10011110 | 110010 | 1 | 0 | 1000100 | 1100011 | 100110 | 10011 | 1100011 | 11111 |
Color Harmonies of #9E3201
Complementary color
Monochromatic Colors of #9E3201
Black with #9E3201
Text Example
Text Example
White with #9E3201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3201; }
p { color: rgb(158,50,1); }
H1.HeaderClassName
{
color: #9E3201;
}
.AnyTagClassName
{
color: #9E3201;
}
</style>
background-color css
<style>
a { background-color: #9E3201; }
a { background-color: rgb(158,50,1); }
div.DivClassName
{
background-color: #9E3201;
}
.BgClassName
{
background-color: #9E3201;
}
</style>
border-color css
<style>
span { border-color: #9E3201; }
span { border-color: rgb(158,50,1); }
td.TdClassName
{
border-color: #9E3201;
}
.TagClassName
{
border-color: #9E3201;
}
</style>