Shades of Rustic Red #0F0206
Tints of Rustic Red #0F0206
RGB
CMYK
RGB Variations
Color information
#0F0206 (or 0x0F0206) is known color: Rustic Red. HEX triplet: 0F, 02 and 06. RGB value is (15,2,6). Sum of RGB (Red+Green+Blue) = 15+2+6=23 (3% of max value = 765). Red value is 15 (6.25% from 255 or 65.22% from 23); Green value is 2 (1.17% from 255 or 8.70% from 23); Blue value is 6 (2.73% from 255 or 26.09% from 23); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0206 is #F0FDF9. Grayscale: #060606. Windows color (decimal): -15793658 or 393743. OLE color: 393743.
HSL color Cylindrical-coordinate representation of color #0F0206: hue angle of 341.54º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F0206 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 2 | 6 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.94 |
| HSL | 341.54º | 0.76% | 0.03% | - |
| HSV(B) | 341.54º | 0.87% | 0.06% | - |
| XYZ | 0.25 | 0.16 | 0.19 | - |
| YUV | 6.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 2 | 6 | 0 | 0.87 | 0.60 | 0.94 | 341.54 | 0.76 | 0.03 |
| Hex | F | 2 | 6 | 0 | 57 | 3C | 5E | 156 | 4C | 3 |
| Octal | 17 | 2 | 6 | 0 | 127 | 74 | 136 | 526 | 114 | 3 |
| Binary | 1111 | 10 | 110 | 0 | 1010111 | 111100 | 1011110 | 101010110 | 1001100 | 11 |
Color Harmonies of #0F0206
Complementary color
Monochromatic Colors of #0F0206
Black with #0F0206
Text Example
Text Example
White with #0F0206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0206; }
p { color: rgb(15,2,6); }
H1.HeaderClassName
{
color: #0F0206;
}
.AnyTagClassName
{
color: #0F0206;
}
</style>
background-color css
<style>
a { background-color: #0F0206; }
a { background-color: rgb(15,2,6); }
div.DivClassName
{
background-color: #0F0206;
}
.BgClassName
{
background-color: #0F0206;
}
</style>
border-color css
<style>
span { border-color: #0F0206; }
span { border-color: rgb(15,2,6); }
td.TdClassName
{
border-color: #0F0206;
}
.TagClassName
{
border-color: #0F0206;
}
</style>