Shades of Rust #9E3402
Tints of Rust #9E3402
RGB
CMYK
RGB Variations
Color information
#9E3402 (or 0x9E3402) is known color: Rust. HEX triplet: 9E, 34 and 02. RGB value is (158,52,2). Sum of RGB (Red+Green+Blue) = 158+52+2=212 (28% of max value = 765). Red value is 158 (62.11% from 255 or 74.53% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3402 is #61CBFD. Grayscale: #4E4E4E. Windows color (decimal): -6409214 or 144542. OLE color: 144542.
HSL color Cylindrical-coordinate representation of color #9E3402: hue angle of 19.23º 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 #9E3402 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 52 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.38 |
| HSL | 19.23º | 0.98% | 0.31% | - |
| HSV(B) | 19.23º | 0.99% | 0.62% | - |
| XYZ | 15.34 | 9.73 | 1.13 | - |
| YUV | 77.99 | 85.12 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 52 | 2 | 0 | 0.67 | 0.99 | 0.38 | 19.23 | 0.98 | 0.31 |
| Hex | 9E | 34 | 2 | 0 | 43 | 63 | 26 | 13 | 62 | 1F |
| Octal | 236 | 64 | 2 | 0 | 103 | 143 | 46 | 23 | 142 | 37 |
| Binary | 10011110 | 110100 | 10 | 0 | 1000011 | 1100011 | 100110 | 10011 | 1100010 | 11111 |
Color Harmonies of #9E3402
Complementary color
Monochromatic Colors of #9E3402
Black with #9E3402
Text Example
Text Example
White with #9E3402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3402; }
p { color: rgb(158,52,2); }
H1.HeaderClassName
{
color: #9E3402;
}
.AnyTagClassName
{
color: #9E3402;
}
</style>
background-color css
<style>
a { background-color: #9E3402; }
a { background-color: rgb(158,52,2); }
div.DivClassName
{
background-color: #9E3402;
}
.BgClassName
{
background-color: #9E3402;
}
</style>
border-color css
<style>
span { border-color: #9E3402; }
span { border-color: rgb(158,52,2); }
td.TdClassName
{
border-color: #9E3402;
}
.TagClassName
{
border-color: #9E3402;
}
</style>