Shades of Rust #9F2600
Tints of Rust #9F2600
RGB
CMYK
RGB Variations
Color information
#9F2600 (or 0x9F2600) is known color: Rust. HEX triplet: 9F, 26 and 00. RGB value is (159,38,0). Sum of RGB (Red+Green+Blue) = 159+38+0=197 (26% of max value = 765). Red value is 159 (62.5% from 255 or 80.71% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2600 is #60D9FF. Grayscale: #464646. Windows color (decimal): -6347264 or 9887. OLE color: 9887.
HSL color Cylindrical-coordinate representation of color #9F2600: hue angle of 14.34º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F2600 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 38 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.38 |
| HSL | 14.34º | 1% | 0.31% | - |
| HSV(B) | 14.34º | 1% | 0.62% | - |
| XYZ | 14.99 | 8.76 | 0.9 | - |
| YUV | 69.85 | 88.59 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 0 | 0 | 0.76 | 1 | 0.38 | 14.34 | 1 | 0.31 |
| Hex | 9F | 26 | 0 | 0 | 4C | 64 | 26 | E | 64 | 1F |
| Octal | 237 | 46 | 0 | 0 | 114 | 144 | 46 | 16 | 144 | 37 |
| Binary | 10011111 | 100110 | 0 | 0 | 1001100 | 1100100 | 100110 | 1110 | 1100100 | 11111 |
Color Harmonies of #9F2600
Complementary color
Monochromatic Colors of #9F2600
Black with #9F2600
Text Example
Text Example
White with #9F2600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2600; }
p { color: rgb(159,38,0); }
H1.HeaderClassName
{
color: #9F2600;
}
.AnyTagClassName
{
color: #9F2600;
}
</style>
background-color css
<style>
a { background-color: #9F2600; }
a { background-color: rgb(159,38,0); }
div.DivClassName
{
background-color: #9F2600;
}
.BgClassName
{
background-color: #9F2600;
}
</style>
border-color css
<style>
span { border-color: #9F2600; }
span { border-color: rgb(159,38,0); }
td.TdClassName
{
border-color: #9F2600;
}
.TagClassName
{
border-color: #9F2600;
}
</style>