Shades of Rust #9E2F04
Tints of Rust #9E2F04
RGB
CMYK
RGB Variations
Color information
#9E2F04 (or 0x9E2F04) is known color: Rust. HEX triplet: 9E, 2F and 04. RGB value is (158,47,4). Sum of RGB (Red+Green+Blue) = 158+47+4=209 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.60% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2F04 is #61D0FB. Grayscale: #4B4B4B. Windows color (decimal): -6410492 or 274334. OLE color: 274334.
HSL color Cylindrical-coordinate representation of color #9E2F04: hue angle of 16.75º 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 #9E2F04 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 47 | 4 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.38 |
| HSL | 16.75º | 0.95% | 0.32% | - |
| HSV(B) | 16.75º | 0.97% | 0.62% | - |
| XYZ | 15.14 | 9.31 | 1.11 | - |
| YUV | 75.29 | 87.77 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 47 | 4 | 0 | 0.70 | 0.97 | 0.38 | 16.75 | 0.95 | 0.32 |
| Hex | 9E | 2F | 4 | 0 | 46 | 61 | 26 | 11 | 5F | 20 |
| Octal | 236 | 57 | 4 | 0 | 106 | 141 | 46 | 21 | 137 | 40 |
| Binary | 10011110 | 101111 | 100 | 0 | 1000110 | 1100001 | 100110 | 10001 | 1011111 | 100000 |
Color Harmonies of #9E2F04
Complementary color
Monochromatic Colors of #9E2F04
Black with #9E2F04
Text Example
Text Example
White with #9E2F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2F04; }
p { color: rgb(158,47,4); }
H1.HeaderClassName
{
color: #9E2F04;
}
.AnyTagClassName
{
color: #9E2F04;
}
</style>
background-color css
<style>
a { background-color: #9E2F04; }
a { background-color: rgb(158,47,4); }
div.DivClassName
{
background-color: #9E2F04;
}
.BgClassName
{
background-color: #9E2F04;
}
</style>
border-color css
<style>
span { border-color: #9E2F04; }
span { border-color: rgb(158,47,4); }
td.TdClassName
{
border-color: #9E2F04;
}
.TagClassName
{
border-color: #9E2F04;
}
</style>