Shades of Rustic Red #0F0004
Tints of Rustic Red #0F0004
RGB
CMYK
RGB Variations
Color information
#0F0004 (or 0x0F0004) is known color: Rustic Red. HEX triplet: 0F, 00 and 04. RGB value is (15,0,4). Sum of RGB (Red+Green+Blue) = 15+0+4=19 (2% of max value = 765). Red value is 15 (6.25% from 255 or 78.95% from 19); Green value is 0 (0.39% from 255 or 0% from 19); Blue value is 4 (1.95% from 255 or 21.05% from 19); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0004 is #F0FFFB. Grayscale: #040404. Windows color (decimal): -15794172 or 262159. OLE color: 262159.
HSL color Cylindrical-coordinate representation of color #0F0004: hue angle of 344º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F0004 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.73 | 0.94 |
| HSL | 344º | 1% | 0.03% | - |
| HSV(B) | 344º | 1% | 0.06% | - |
| XYZ | 0.22 | 0.11 | 0.12 | - |
| YUV | 4.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 4 | 0 | 1 | 0.73 | 0.94 | 344 | 1 | 0.03 |
| Hex | F | 0 | 4 | 0 | 64 | 49 | 5E | 158 | 64 | 3 |
| Octal | 17 | 0 | 4 | 0 | 144 | 111 | 136 | 530 | 144 | 3 |
| Binary | 1111 | 0 | 100 | 0 | 1100100 | 1001001 | 1011110 | 101011000 | 1100100 | 11 |
Color Harmonies of #0F0004
Complementary color
Monochromatic Colors of #0F0004
Black with #0F0004
Text Example
Text Example
White with #0F0004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0004; }
p { color: rgb(15,0,4); }
H1.HeaderClassName
{
color: #0F0004;
}
.AnyTagClassName
{
color: #0F0004;
}
</style>
background-color css
<style>
a { background-color: #0F0004; }
a { background-color: rgb(15,0,4); }
div.DivClassName
{
background-color: #0F0004;
}
.BgClassName
{
background-color: #0F0004;
}
</style>
border-color css
<style>
span { border-color: #0F0004; }
span { border-color: rgb(15,0,4); }
td.TdClassName
{
border-color: #0F0004;
}
.TagClassName
{
border-color: #0F0004;
}
</style>