Shades of Rust #9F2605
Tints of Rust #9F2605
RGB
CMYK
RGB Variations
Color information
#9F2605 (or 0x9F2605) is known color: Rust. HEX triplet: 9F, 26 and 05. RGB value is (159,38,5). Sum of RGB (Red+Green+Blue) = 159+38+5=202 (26% of max value = 765). Red value is 159 (62.5% from 255 or 78.71% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2605 is #60D9FA. Grayscale: #464646. Windows color (decimal): -6347259 or 337567. OLE color: 337567.
HSL color Cylindrical-coordinate representation of color #9F2605: hue angle of 12.86º degrees, saturation: 0.94, 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 #9F2605 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 38 | 5 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.38 |
| HSL | 12.86º | 0.94% | 0.32% | - |
| HSV(B) | 12.86º | 0.97% | 0.62% | - |
| XYZ | 15.02 | 8.77 | 1.04 | - |
| YUV | 70.42 | 91.09 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 5 | 0 | 0.76 | 0.97 | 0.38 | 12.86 | 0.94 | 0.32 |
| Hex | 9F | 26 | 5 | 0 | 4C | 61 | 26 | D | 5E | 20 |
| Octal | 237 | 46 | 5 | 0 | 114 | 141 | 46 | 15 | 136 | 40 |
| Binary | 10011111 | 100110 | 101 | 0 | 1001100 | 1100001 | 100110 | 1101 | 1011110 | 100000 |
Color Harmonies of #9F2605
Complementary color
Monochromatic Colors of #9F2605
Black with #9F2605
Text Example
Text Example
White with #9F2605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2605; }
p { color: rgb(159,38,5); }
H1.HeaderClassName
{
color: #9F2605;
}
.AnyTagClassName
{
color: #9F2605;
}
</style>
background-color css
<style>
a { background-color: #9F2605; }
a { background-color: rgb(159,38,5); }
div.DivClassName
{
background-color: #9F2605;
}
.BgClassName
{
background-color: #9F2605;
}
</style>
border-color css
<style>
span { border-color: #9F2605; }
span { border-color: rgb(159,38,5); }
td.TdClassName
{
border-color: #9F2605;
}
.TagClassName
{
border-color: #9F2605;
}
</style>