Shades of Rust #9E2802
Tints of Rust #9E2802
RGB
CMYK
RGB Variations
Color information
#9E2802 (or 0x9E2802) is known color: Rust. HEX triplet: 9E, 28 and 02. RGB value is (158,40,2). Sum of RGB (Red+Green+Blue) = 158+40+2=200 (26% of max value = 765). Red value is 158 (62.11% from 255 or 79% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2802 is #61D7FD. Grayscale: #474747. Windows color (decimal): -6412286 or 141470. OLE color: 141470.
HSL color Cylindrical-coordinate representation of color #9E2802: hue angle of 14.62º 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 #9E2802 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 40 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.38 |
| HSL | 14.62º | 0.98% | 0.31% | - |
| HSV(B) | 14.62º | 0.99% | 0.62% | - |
| XYZ | 14.87 | 8.79 | 0.97 | - |
| YUV | 70.95 | 89.09 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 40 | 2 | 0 | 0.75 | 0.99 | 0.38 | 14.62 | 0.98 | 0.31 |
| Hex | 9E | 28 | 2 | 0 | 4B | 63 | 26 | F | 62 | 1F |
| Octal | 236 | 50 | 2 | 0 | 113 | 143 | 46 | 17 | 142 | 37 |
| Binary | 10011110 | 101000 | 10 | 0 | 1001011 | 1100011 | 100110 | 1111 | 1100010 | 11111 |
Color Harmonies of #9E2802
Complementary color
Monochromatic Colors of #9E2802
Black with #9E2802
Text Example
Text Example
White with #9E2802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2802; }
p { color: rgb(158,40,2); }
H1.HeaderClassName
{
color: #9E2802;
}
.AnyTagClassName
{
color: #9E2802;
}
</style>
background-color css
<style>
a { background-color: #9E2802; }
a { background-color: rgb(158,40,2); }
div.DivClassName
{
background-color: #9E2802;
}
.BgClassName
{
background-color: #9E2802;
}
</style>
border-color css
<style>
span { border-color: #9E2802; }
span { border-color: rgb(158,40,2); }
td.TdClassName
{
border-color: #9E2802;
}
.TagClassName
{
border-color: #9E2802;
}
</style>