Shades of Rustic Red #0F0001
Tints of Rustic Red #0F0001
RGB
CMYK
RGB Variations
Color information
#0F0001 (or 0x0F0001) is known color: Rustic Red. HEX triplet: 0F, 00 and 01. RGB value is (15,0,1). Sum of RGB (Red+Green+Blue) = 15+0+1=16 (2% of max value = 765). Red value is 15 (6.25% from 255 or 93.75% from 16); Green value is 0 (0.39% from 255 or 0% from 16); Blue value is 1 (0.78% from 255 or 6.25% from 16); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0001 is #F0FFFE. Grayscale: #040404. Windows color (decimal): -15794175 or 65551. OLE color: 65551.
HSL color Cylindrical-coordinate representation of color #0F0001: hue angle of 356º 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 #0F0001 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.93 | 0.94 |
| HSL | 356º | 1% | 0.03% | - |
| HSV(B) | 356º | 1% | 0.06% | - |
| XYZ | 0.2 | 0.1 | 0.04 | - |
| YUV | 4.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 1 | 0 | 1 | 0.93 | 0.94 | 356 | 1 | 0.03 |
| Hex | F | 0 | 1 | 0 | 64 | 5D | 5E | 164 | 64 | 3 |
| Octal | 17 | 0 | 1 | 0 | 144 | 135 | 136 | 544 | 144 | 3 |
| Binary | 1111 | 0 | 1 | 0 | 1100100 | 1011101 | 1011110 | 101100100 | 1100100 | 11 |
Color Harmonies of #0F0001
Complementary color
Monochromatic Colors of #0F0001
Black with #0F0001
Text Example
Text Example
White with #0F0001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0001; }
p { color: rgb(15,0,1); }
H1.HeaderClassName
{
color: #0F0001;
}
.AnyTagClassName
{
color: #0F0001;
}
</style>
background-color css
<style>
a { background-color: #0F0001; }
a { background-color: rgb(15,0,1); }
div.DivClassName
{
background-color: #0F0001;
}
.BgClassName
{
background-color: #0F0001;
}
</style>
border-color css
<style>
span { border-color: #0F0001; }
span { border-color: rgb(15,0,1); }
td.TdClassName
{
border-color: #0F0001;
}
.TagClassName
{
border-color: #0F0001;
}
</style>