Shades of Rustic Red #0F0109
Tints of Rustic Red #0F0109
RGB
CMYK
RGB Variations
Color information
#0F0109 (or 0x0F0109) is known color: Rustic Red. HEX triplet: 0F, 01 and 09. RGB value is (15,1,9). Sum of RGB (Red+Green+Blue) = 15+1+9=25 (3% of max value = 765). Red value is 15 (6.25% from 255 or 60% from 25); Green value is 1 (0.78% from 255 or 4% from 25); Blue value is 9 (3.91% from 255 or 36% from 25); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0109 is #F0FEF6. Grayscale: #060606. Windows color (decimal): -15793911 or 590095. OLE color: 590095.
HSL color Cylindrical-coordinate representation of color #0F0109: hue angle of 325.71º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F0109 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 1 | 9 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.94 |
| HSL | 325.71º | 0.88% | 0.03% | - |
| HSV(B) | 325.71º | 0.93% | 0.06% | - |
| XYZ | 0.26 | 0.14 | 0.27 | - |
| YUV | 6.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 1 | 9 | 0 | 0.93 | 0.40 | 0.94 | 325.71 | 0.88 | 0.03 |
| Hex | F | 1 | 9 | 0 | 5D | 28 | 5E | 146 | 58 | 3 |
| Octal | 17 | 1 | 11 | 0 | 135 | 50 | 136 | 506 | 130 | 3 |
| Binary | 1111 | 1 | 1001 | 0 | 1011101 | 101000 | 1011110 | 101000110 | 1011000 | 11 |
Color Harmonies of #0F0109
Complementary color
Monochromatic Colors of #0F0109
Black with #0F0109
Text Example
Text Example
White with #0F0109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0109; }
p { color: rgb(15,1,9); }
H1.HeaderClassName
{
color: #0F0109;
}
.AnyTagClassName
{
color: #0F0109;
}
</style>
background-color css
<style>
a { background-color: #0F0109; }
a { background-color: rgb(15,1,9); }
div.DivClassName
{
background-color: #0F0109;
}
.BgClassName
{
background-color: #0F0109;
}
</style>
border-color css
<style>
span { border-color: #0F0109; }
span { border-color: rgb(15,1,9); }
td.TdClassName
{
border-color: #0F0109;
}
.TagClassName
{
border-color: #0F0109;
}
</style>