Shades of Rustic Red #0F0506
Tints of Rustic Red #0F0506
RGB
CMYK
RGB Variations
Color information
#0F0506 (or 0x0F0506) is known color: Rustic Red. HEX triplet: 0F, 05 and 06. RGB value is (15,5,6). Sum of RGB (Red+Green+Blue) = 15+5+6=26 (3% of max value = 765). Red value is 15 (6.25% from 255 or 57.69% from 26); Green value is 5 (2.34% from 255 or 19.23% from 26); Blue value is 6 (2.73% from 255 or 23.08% from 26); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0506 is #F0FAF9. Grayscale: #080808. Windows color (decimal): -15792890 or 394511. OLE color: 394511.
HSL color Cylindrical-coordinate representation of color #0F0506: hue angle of 354º degrees, saturation: 0.5, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F0506 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 5 | 6 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.94 |
| HSL | 354º | 0.5% | 0.04% | - |
| HSV(B) | 354º | 0.67% | 0.06% | - |
| XYZ | 0.28 | 0.22 | 0.2 | - |
| YUV | 8.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 6 | 0 | 0.67 | 0.60 | 0.94 | 354 | 0.5 | 0.04 |
| Hex | F | 5 | 6 | 0 | 43 | 3C | 5E | 162 | 32 | 4 |
| Octal | 17 | 5 | 6 | 0 | 103 | 74 | 136 | 542 | 62 | 4 |
| Binary | 1111 | 101 | 110 | 0 | 1000011 | 111100 | 1011110 | 101100010 | 110010 | 100 |
Color Harmonies of #0F0506
Complementary color
Monochromatic Colors of #0F0506
Black with #0F0506
Text Example
Text Example
White with #0F0506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0506; }
p { color: rgb(15,5,6); }
H1.HeaderClassName
{
color: #0F0506;
}
.AnyTagClassName
{
color: #0F0506;
}
</style>
background-color css
<style>
a { background-color: #0F0506; }
a { background-color: rgb(15,5,6); }
div.DivClassName
{
background-color: #0F0506;
}
.BgClassName
{
background-color: #0F0506;
}
</style>
border-color css
<style>
span { border-color: #0F0506; }
span { border-color: rgb(15,5,6); }
td.TdClassName
{
border-color: #0F0506;
}
.TagClassName
{
border-color: #0F0506;
}
</style>