Shades of Rustic Red #0F0609
Tints of Rustic Red #0F0609
RGB
CMYK
RGB Variations
Color information
#0F0609 (or 0x0F0609) is known color: Rustic Red. HEX triplet: 0F, 06 and 09. RGB value is (15,6,9). Sum of RGB (Red+Green+Blue) = 15+6+9=30 (3% of max value = 765). Red value is 15 (6.25% from 255 or 50% from 30); Green value is 6 (2.73% from 255 or 20% from 30); Blue value is 9 (3.91% from 255 or 30% from 30); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0609 is #F0F9F6. Grayscale: #090909. Windows color (decimal): -15792631 or 591375. OLE color: 591375.
HSL color Cylindrical-coordinate representation of color #0F0609: hue angle of 340º 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 #0F0609 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 6 | 9 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.94 |
| HSL | 340º | 0.43% | 0.04% | - |
| HSV(B) | 340º | 0.6% | 0.06% | - |
| XYZ | 0.31 | 0.25 | 0.29 | - |
| YUV | 9.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 6 | 9 | 0 | 0.60 | 0.40 | 0.94 | 340 | 0.43 | 0.04 |
| Hex | F | 6 | 9 | 0 | 3C | 28 | 5E | 154 | 2B | 4 |
| Octal | 17 | 6 | 11 | 0 | 74 | 50 | 136 | 524 | 53 | 4 |
| Binary | 1111 | 110 | 1001 | 0 | 111100 | 101000 | 1011110 | 101010100 | 101011 | 100 |
Color Harmonies of #0F0609
Complementary color
Monochromatic Colors of #0F0609
Black with #0F0609
Text Example
Text Example
White with #0F0609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0609; }
p { color: rgb(15,6,9); }
H1.HeaderClassName
{
color: #0F0609;
}
.AnyTagClassName
{
color: #0F0609;
}
</style>
background-color css
<style>
a { background-color: #0F0609; }
a { background-color: rgb(15,6,9); }
div.DivClassName
{
background-color: #0F0609;
}
.BgClassName
{
background-color: #0F0609;
}
</style>
border-color css
<style>
span { border-color: #0F0609; }
span { border-color: rgb(15,6,9); }
td.TdClassName
{
border-color: #0F0609;
}
.TagClassName
{
border-color: #0F0609;
}
</style>