Shades of Rust #9E2804
Tints of Rust #9E2804
RGB
CMYK
RGB Variations
Color information
#9E2804 (or 0x9E2804) is known color: Rust. HEX triplet: 9E, 28 and 04. RGB value is (158,40,4). Sum of RGB (Red+Green+Blue) = 158+40+4=202 (26% of max value = 765). Red value is 158 (62.11% from 255 or 78.22% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2804 is #61D7FB. Grayscale: #474747. Windows color (decimal): -6412284 or 272542. OLE color: 272542.
HSL color Cylindrical-coordinate representation of color #9E2804: hue angle of 14.03º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E2804 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 40 | 4 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.38 |
| HSL | 14.03º | 0.95% | 0.32% | - |
| HSV(B) | 14.03º | 0.97% | 0.62% | - |
| XYZ | 14.88 | 8.8 | 1.03 | - |
| YUV | 71.18 | 90.09 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 40 | 4 | 0 | 0.75 | 0.97 | 0.38 | 14.03 | 0.95 | 0.32 |
| Hex | 9E | 28 | 4 | 0 | 4B | 61 | 26 | E | 5F | 20 |
| Octal | 236 | 50 | 4 | 0 | 113 | 141 | 46 | 16 | 137 | 40 |
| Binary | 10011110 | 101000 | 100 | 0 | 1001011 | 1100001 | 100110 | 1110 | 1011111 | 100000 |
Color Harmonies of #9E2804
Complementary color
Monochromatic Colors of #9E2804
Black with #9E2804
Text Example
Text Example
White with #9E2804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2804; }
p { color: rgb(158,40,4); }
H1.HeaderClassName
{
color: #9E2804;
}
.AnyTagClassName
{
color: #9E2804;
}
</style>
background-color css
<style>
a { background-color: #9E2804; }
a { background-color: rgb(158,40,4); }
div.DivClassName
{
background-color: #9E2804;
}
.BgClassName
{
background-color: #9E2804;
}
</style>
border-color css
<style>
span { border-color: #9E2804; }
span { border-color: rgb(158,40,4); }
td.TdClassName
{
border-color: #9E2804;
}
.TagClassName
{
border-color: #9E2804;
}
</style>