Shades of Rust #9E2601
Tints of Rust #9E2601
RGB
CMYK
RGB Variations
Color information
#9E2601 (or 0x9E2601) is known color: Rust. HEX triplet: 9E, 26 and 01. RGB value is (158,38,1). Sum of RGB (Red+Green+Blue) = 158+38+1=197 (26% of max value = 765). Red value is 158 (62.11% from 255 or 80.20% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2601 is #61D9FE. Grayscale: #454545. Windows color (decimal): -6412799 or 75422. OLE color: 75422.
HSL color Cylindrical-coordinate representation of color #9E2601: hue angle of 14.14º degrees, saturation: 0.99, 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 #9E2601 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 38 | 1 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.38 |
| HSL | 14.14º | 0.99% | 0.31% | - |
| HSV(B) | 14.14º | 0.99% | 0.62% | - |
| XYZ | 14.8 | 8.66 | 0.92 | - |
| YUV | 69.66 | 89.26 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 38 | 1 | 0 | 0.76 | 0.99 | 0.38 | 14.14 | 0.99 | 0.31 |
| Hex | 9E | 26 | 1 | 0 | 4C | 63 | 26 | E | 63 | 1F |
| Octal | 236 | 46 | 1 | 0 | 114 | 143 | 46 | 16 | 143 | 37 |
| Binary | 10011110 | 100110 | 1 | 0 | 1001100 | 1100011 | 100110 | 1110 | 1100011 | 11111 |
Color Harmonies of #9E2601
Complementary color
Monochromatic Colors of #9E2601
Black with #9E2601
Text Example
Text Example
White with #9E2601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2601; }
p { color: rgb(158,38,1); }
H1.HeaderClassName
{
color: #9E2601;
}
.AnyTagClassName
{
color: #9E2601;
}
</style>
background-color css
<style>
a { background-color: #9E2601; }
a { background-color: rgb(158,38,1); }
div.DivClassName
{
background-color: #9E2601;
}
.BgClassName
{
background-color: #9E2601;
}
</style>
border-color css
<style>
span { border-color: #9E2601; }
span { border-color: rgb(158,38,1); }
td.TdClassName
{
border-color: #9E2601;
}
.TagClassName
{
border-color: #9E2601;
}
</style>