Shades of Rust #9E2D04
Tints of Rust #9E2D04
RGB
CMYK
RGB Variations
Color information
#9E2D04 (or 0x9E2D04) is known color: Rust. HEX triplet: 9E, 2D and 04. RGB value is (158,45,4). Sum of RGB (Red+Green+Blue) = 158+45+4=207 (27% of max value = 765). Red value is 158 (62.11% from 255 or 76.33% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2D04 is #61D2FB. Grayscale: #4A4A4A. Windows color (decimal): -6411004 or 273822. OLE color: 273822.
HSL color Cylindrical-coordinate representation of color #9E2D04: hue angle of 15.97º 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 #9E2D04 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 45 | 4 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.38 |
| HSL | 15.97º | 0.95% | 0.32% | - |
| HSV(B) | 15.97º | 0.97% | 0.62% | - |
| XYZ | 15.06 | 9.15 | 1.09 | - |
| YUV | 74.11 | 88.44 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 45 | 4 | 0 | 0.72 | 0.97 | 0.38 | 15.97 | 0.95 | 0.32 |
| Hex | 9E | 2D | 4 | 0 | 48 | 61 | 26 | 10 | 5F | 20 |
| Octal | 236 | 55 | 4 | 0 | 110 | 141 | 46 | 20 | 137 | 40 |
| Binary | 10011110 | 101101 | 100 | 0 | 1001000 | 1100001 | 100110 | 10000 | 1011111 | 100000 |
Color Harmonies of #9E2D04
Complementary color
Monochromatic Colors of #9E2D04
Black with #9E2D04
Text Example
Text Example
White with #9E2D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2D04; }
p { color: rgb(158,45,4); }
H1.HeaderClassName
{
color: #9E2D04;
}
.AnyTagClassName
{
color: #9E2D04;
}
</style>
background-color css
<style>
a { background-color: #9E2D04; }
a { background-color: rgb(158,45,4); }
div.DivClassName
{
background-color: #9E2D04;
}
.BgClassName
{
background-color: #9E2D04;
}
</style>
border-color css
<style>
span { border-color: #9E2D04; }
span { border-color: rgb(158,45,4); }
td.TdClassName
{
border-color: #9E2D04;
}
.TagClassName
{
border-color: #9E2D04;
}
</style>