Shades of Rust #9E3702
Tints of Rust #9E3702
RGB
CMYK
RGB Variations
Color information
#9E3702 (or 0x9E3702) is known color: Rust. HEX triplet: 9E, 37 and 02. RGB value is (158,55,2). Sum of RGB (Red+Green+Blue) = 158+55+2=215 (28% of max value = 765). Red value is 158 (62.11% from 255 or 73.49% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3702 is #61C8FD. Grayscale: #505050. Windows color (decimal): -6408446 or 145310. OLE color: 145310.
HSL color Cylindrical-coordinate representation of color #9E3702: hue angle of 20.38º degrees, saturation: 0.98, 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 #9E3702 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 55 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.38 |
| HSL | 20.38º | 0.98% | 0.31% | - |
| HSV(B) | 20.38º | 0.99% | 0.62% | - |
| XYZ | 15.48 | 10.01 | 1.17 | - |
| YUV | 79.76 | 84.12 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 55 | 2 | 0 | 0.65 | 0.99 | 0.38 | 20.38 | 0.98 | 0.31 |
| Hex | 9E | 37 | 2 | 0 | 41 | 63 | 26 | 14 | 62 | 1F |
| Octal | 236 | 67 | 2 | 0 | 101 | 143 | 46 | 24 | 142 | 37 |
| Binary | 10011110 | 110111 | 10 | 0 | 1000001 | 1100011 | 100110 | 10100 | 1100010 | 11111 |
Color Harmonies of #9E3702
Complementary color
Monochromatic Colors of #9E3702
Black with #9E3702
Text Example
Text Example
White with #9E3702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3702; }
p { color: rgb(158,55,2); }
H1.HeaderClassName
{
color: #9E3702;
}
.AnyTagClassName
{
color: #9E3702;
}
</style>
background-color css
<style>
a { background-color: #9E3702; }
a { background-color: rgb(158,55,2); }
div.DivClassName
{
background-color: #9E3702;
}
.BgClassName
{
background-color: #9E3702;
}
</style>
border-color css
<style>
span { border-color: #9E3702; }
span { border-color: rgb(158,55,2); }
td.TdClassName
{
border-color: #9E3702;
}
.TagClassName
{
border-color: #9E3702;
}
</style>