Shades of Rust #9F2F09
Tints of Rust #9F2F09
RGB
CMYK
RGB Variations
Color information
#9F2F09 (or 0x9F2F09) is known color: Rust. HEX triplet: 9F, 2F and 09. RGB value is (159,47,9). Sum of RGB (Red+Green+Blue) = 159+47+9=215 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.95% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2F09 is #60D0F6. Grayscale: #4C4C4C. Windows color (decimal): -6344951 or 602015. OLE color: 602015.
HSL color Cylindrical-coordinate representation of color #9F2F09: hue angle of 15.2º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F2F09 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 47 | 9 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.38 |
| HSL | 15.2º | 0.89% | 0.33% | - |
| HSV(B) | 15.2º | 0.94% | 0.62% | - |
| XYZ | 15.36 | 9.42 | 1.27 | - |
| YUV | 76.16 | 90.11 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 47 | 9 | 0 | 0.70 | 0.94 | 0.38 | 15.2 | 0.89 | 0.33 |
| Hex | 9F | 2F | 9 | 0 | 46 | 5E | 26 | F | 59 | 21 |
| Octal | 237 | 57 | 11 | 0 | 106 | 136 | 46 | 17 | 131 | 41 |
| Binary | 10011111 | 101111 | 1001 | 0 | 1000110 | 1011110 | 100110 | 1111 | 1011001 | 100001 |
Color Harmonies of #9F2F09
Complementary color
Monochromatic Colors of #9F2F09
Black with #9F2F09
Text Example
Text Example
White with #9F2F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2F09; }
p { color: rgb(159,47,9); }
H1.HeaderClassName
{
color: #9F2F09;
}
.AnyTagClassName
{
color: #9F2F09;
}
</style>
background-color css
<style>
a { background-color: #9F2F09; }
a { background-color: rgb(159,47,9); }
div.DivClassName
{
background-color: #9F2F09;
}
.BgClassName
{
background-color: #9F2F09;
}
</style>
border-color css
<style>
span { border-color: #9F2F09; }
span { border-color: rgb(159,47,9); }
td.TdClassName
{
border-color: #9F2F09;
}
.TagClassName
{
border-color: #9F2F09;
}
</style>