Shades of Rust #9E2A03
Tints of Rust #9E2A03
RGB
CMYK
RGB Variations
Color information
#9E2A03 (or 0x9E2A03) is known color: Rust. HEX triplet: 9E, 2A and 03. RGB value is (158,42,3). Sum of RGB (Red+Green+Blue) = 158+42+3=203 (26% of max value = 765). Red value is 158 (62.11% from 255 or 77.83% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2A03 is #61D5FC. Grayscale: #484848. Windows color (decimal): -6411773 or 207518. OLE color: 207518.
HSL color Cylindrical-coordinate representation of color #9E2A03: hue angle of 15.1º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E2A03 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 42 | 3 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.38 |
| HSL | 15.1º | 0.96% | 0.32% | - |
| HSV(B) | 15.1º | 0.98% | 0.62% | - |
| XYZ | 14.94 | 8.93 | 1.02 | - |
| YUV | 72.24 | 88.93 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 42 | 3 | 0 | 0.73 | 0.98 | 0.38 | 15.1 | 0.96 | 0.32 |
| Hex | 9E | 2A | 3 | 0 | 49 | 62 | 26 | F | 60 | 20 |
| Octal | 236 | 52 | 3 | 0 | 111 | 142 | 46 | 17 | 140 | 40 |
| Binary | 10011110 | 101010 | 11 | 0 | 1001001 | 1100010 | 100110 | 1111 | 1100000 | 100000 |
Color Harmonies of #9E2A03
Complementary color
Monochromatic Colors of #9E2A03
Black with #9E2A03
Text Example
Text Example
White with #9E2A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2A03; }
p { color: rgb(158,42,3); }
H1.HeaderClassName
{
color: #9E2A03;
}
.AnyTagClassName
{
color: #9E2A03;
}
</style>
background-color css
<style>
a { background-color: #9E2A03; }
a { background-color: rgb(158,42,3); }
div.DivClassName
{
background-color: #9E2A03;
}
.BgClassName
{
background-color: #9E2A03;
}
</style>
border-color css
<style>
span { border-color: #9E2A03; }
span { border-color: rgb(158,42,3); }
td.TdClassName
{
border-color: #9E2A03;
}
.TagClassName
{
border-color: #9E2A03;
}
</style>