Shades of Rustic Red #0F0104
Tints of Rustic Red #0F0104
RGB
CMYK
RGB Variations
Color information
#0F0104 (or 0x0F0104) is known color: Rustic Red. HEX triplet: 0F, 01 and 04. RGB value is (15,1,4). Sum of RGB (Red+Green+Blue) = 15+1+4=20 (2% of max value = 765). Red value is 15 (6.25% from 255 or 75% from 20); Green value is 1 (0.78% from 255 or 5% from 20); Blue value is 4 (1.95% from 255 or 20% from 20); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0104 is #F0FEFB. Grayscale: #050505. Windows color (decimal): -15793916 or 262415. OLE color: 262415.
HSL color Cylindrical-coordinate representation of color #0F0104: hue angle of 347.14º 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 #0F0104 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 1 | 4 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.94 |
| HSL | 347.14º | 0.88% | 0.03% | - |
| HSV(B) | 347.14º | 0.93% | 0.06% | - |
| XYZ | 0.23 | 0.13 | 0.13 | - |
| YUV | 5.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 1 | 4 | 0 | 0.93 | 0.73 | 0.94 | 347.14 | 0.88 | 0.03 |
| Hex | F | 1 | 4 | 0 | 5D | 49 | 5E | 15B | 58 | 3 |
| Octal | 17 | 1 | 4 | 0 | 135 | 111 | 136 | 533 | 130 | 3 |
| Binary | 1111 | 1 | 100 | 0 | 1011101 | 1001001 | 1011110 | 101011011 | 1011000 | 11 |
Color Harmonies of #0F0104
Complementary color
Monochromatic Colors of #0F0104
Black with #0F0104
Text Example
Text Example
White with #0F0104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0104; }
p { color: rgb(15,1,4); }
H1.HeaderClassName
{
color: #0F0104;
}
.AnyTagClassName
{
color: #0F0104;
}
</style>
background-color css
<style>
a { background-color: #0F0104; }
a { background-color: rgb(15,1,4); }
div.DivClassName
{
background-color: #0F0104;
}
.BgClassName
{
background-color: #0F0104;
}
</style>
border-color css
<style>
span { border-color: #0F0104; }
span { border-color: rgb(15,1,4); }
td.TdClassName
{
border-color: #0F0104;
}
.TagClassName
{
border-color: #0F0104;
}
</style>