Shades of Rustic Red #0F060B
Tints of Rustic Red #0F060B
RGB
CMYK
RGB Variations
Color information
#0F060B (or 0x0F060B) is known color: Rustic Red. HEX triplet: 0F, 06 and 0B. RGB value is (15,6,11). Sum of RGB (Red+Green+Blue) = 15+6+11=32 (4% of max value = 765). Red value is 15 (6.25% from 255 or 46.88% from 32); Green value is 6 (2.73% from 255 or 18.75% from 32); Blue value is 11 (4.69% from 255 or 34.38% from 32); Max value from RGB is 15 - color contains mainly: red. Hex color #0F060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F060B is #F0F9F4. Grayscale: #090909. Windows color (decimal): -15792629 or 722447. OLE color: 722447.
HSL color Cylindrical-coordinate representation of color #0F060B: hue angle of 326.67º degrees, saturation: 0.43, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0F060B is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 6 | 11 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.94 |
| HSL | 326.67º | 0.43% | 0.04% | - |
| HSV(B) | 326.67º | 0.6% | 0.06% | - |
| XYZ | 0.32 | 0.26 | 0.35 | - |
| YUV | 9.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 6 | 11 | 0 | 0.60 | 0.27 | 0.94 | 326.67 | 0.43 | 0.04 |
| Hex | F | 6 | B | 0 | 3C | 1B | 5E | 147 | 2B | 4 |
| Octal | 17 | 6 | 13 | 0 | 74 | 33 | 136 | 507 | 53 | 4 |
| Binary | 1111 | 110 | 1011 | 0 | 111100 | 11011 | 1011110 | 101000111 | 101011 | 100 |
Color Harmonies of #0F060B
Complementary color
Monochromatic Colors of #0F060B
Black with #0F060B
Text Example
Text Example
White with #0F060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F060B; }
p { color: rgb(15,6,11); }
H1.HeaderClassName
{
color: #0F060B;
}
.AnyTagClassName
{
color: #0F060B;
}
</style>
background-color css
<style>
a { background-color: #0F060B; }
a { background-color: rgb(15,6,11); }
div.DivClassName
{
background-color: #0F060B;
}
.BgClassName
{
background-color: #0F060B;
}
</style>
border-color css
<style>
span { border-color: #0F060B; }
span { border-color: rgb(15,6,11); }
td.TdClassName
{
border-color: #0F060B;
}
.TagClassName
{
border-color: #0F060B;
}
</style>