Shades of Rustic Red #0F0205
Tints of Rustic Red #0F0205
RGB
CMYK
RGB Variations
Color information
#0F0205 (or 0x0F0205) is known color: Rustic Red. HEX triplet: 0F, 02 and 05. RGB value is (15,2,5). Sum of RGB (Red+Green+Blue) = 15+2+5=22 (2% of max value = 765). Red value is 15 (6.25% from 255 or 68.18% from 22); Green value is 2 (1.17% from 255 or 9.09% from 22); Blue value is 5 (2.34% from 255 or 22.73% from 22); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0205 is #F0FDFA. Grayscale: #060606. Windows color (decimal): -15793659 or 328207. OLE color: 328207.
HSL color Cylindrical-coordinate representation of color #0F0205: hue angle of 346.15º 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 #0F0205 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 2 | 5 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.94 |
| HSL | 346.15º | 0.76% | 0.03% | - |
| HSV(B) | 346.15º | 0.87% | 0.06% | - |
| XYZ | 0.25 | 0.16 | 0.16 | - |
| YUV | 6.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 2 | 5 | 0 | 0.87 | 0.67 | 0.94 | 346.15 | 0.76 | 0.03 |
| Hex | F | 2 | 5 | 0 | 57 | 43 | 5E | 15A | 4C | 3 |
| Octal | 17 | 2 | 5 | 0 | 127 | 103 | 136 | 532 | 114 | 3 |
| Binary | 1111 | 10 | 101 | 0 | 1010111 | 1000011 | 1011110 | 101011010 | 1001100 | 11 |
Color Harmonies of #0F0205
Complementary color
Monochromatic Colors of #0F0205
Black with #0F0205
Text Example
Text Example
White with #0F0205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0205; }
p { color: rgb(15,2,5); }
H1.HeaderClassName
{
color: #0F0205;
}
.AnyTagClassName
{
color: #0F0205;
}
</style>
background-color css
<style>
a { background-color: #0F0205; }
a { background-color: rgb(15,2,5); }
div.DivClassName
{
background-color: #0F0205;
}
.BgClassName
{
background-color: #0F0205;
}
</style>
border-color css
<style>
span { border-color: #0F0205; }
span { border-color: rgb(15,2,5); }
td.TdClassName
{
border-color: #0F0205;
}
.TagClassName
{
border-color: #0F0205;
}
</style>