Shades of Rustic Red #0F0204
Tints of Rustic Red #0F0204
RGB
CMYK
RGB Variations
Color information
#0F0204 (or 0x0F0204) is known color: Rustic Red. HEX triplet: 0F, 02 and 04. RGB value is (15,2,4). Sum of RGB (Red+Green+Blue) = 15+2+4=21 (2% of max value = 765). Red value is 15 (6.25% from 255 or 71.43% from 21); Green value is 2 (1.17% from 255 or 9.52% from 21); Blue value is 4 (1.95% from 255 or 19.05% from 21); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0204 is #F0FDFB. Grayscale: #060606. Windows color (decimal): -15793660 or 262671. OLE color: 262671.
HSL color Cylindrical-coordinate representation of color #0F0204: hue angle of 350.77º 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 #0F0204 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 2 | 4 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.94 |
| HSL | 350.77º | 0.76% | 0.03% | - |
| HSV(B) | 350.77º | 0.87% | 0.06% | - |
| XYZ | 0.24 | 0.15 | 0.13 | - |
| YUV | 6.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 2 | 4 | 0 | 0.87 | 0.73 | 0.94 | 350.77 | 0.76 | 0.03 |
| Hex | F | 2 | 4 | 0 | 57 | 49 | 5E | 15F | 4C | 3 |
| Octal | 17 | 2 | 4 | 0 | 127 | 111 | 136 | 537 | 114 | 3 |
| Binary | 1111 | 10 | 100 | 0 | 1010111 | 1001001 | 1011110 | 101011111 | 1001100 | 11 |
Color Harmonies of #0F0204
Complementary color
Monochromatic Colors of #0F0204
Black with #0F0204
Text Example
Text Example
White with #0F0204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0204; }
p { color: rgb(15,2,4); }
H1.HeaderClassName
{
color: #0F0204;
}
.AnyTagClassName
{
color: #0F0204;
}
</style>
background-color css
<style>
a { background-color: #0F0204; }
a { background-color: rgb(15,2,4); }
div.DivClassName
{
background-color: #0F0204;
}
.BgClassName
{
background-color: #0F0204;
}
</style>
border-color css
<style>
span { border-color: #0F0204; }
span { border-color: rgb(15,2,4); }
td.TdClassName
{
border-color: #0F0204;
}
.TagClassName
{
border-color: #0F0204;
}
</style>