Shades of Rustic Red #0F0809
Tints of Rustic Red #0F0809
RGB
CMYK
RGB Variations
Color information
#0F0809 (or 0x0F0809) is known color: Rustic Red. HEX triplet: 0F, 08 and 09. RGB value is (15,8,9). Sum of RGB (Red+Green+Blue) = 15+8+9=32 (4% of max value = 765). Red value is 15 (6.25% from 255 or 46.88% from 32); Green value is 8 (3.52% from 255 or 25% from 32); Blue value is 9 (3.91% from 255 or 28.12% from 32); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0809 is #F0F7F6. Grayscale: #0A0A0A. Windows color (decimal): -15792119 or 591887. OLE color: 591887.
HSL color Cylindrical-coordinate representation of color #0F0809: hue angle of 351.43º degrees, saturation: 0.3, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0F0809 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 8 | 9 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.94 |
| HSL | 351.43º | 0.3% | 0.05% | - |
| HSV(B) | 351.43º | 0.47% | 0.06% | - |
| XYZ | 0.33 | 0.29 | 0.3 | - |
| YUV | 10.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 8 | 9 | 0 | 0.47 | 0.40 | 0.94 | 351.43 | 0.3 | 0.05 |
| Hex | F | 8 | 9 | 0 | 2F | 28 | 5E | 15F | 1E | 5 |
| Octal | 17 | 10 | 11 | 0 | 57 | 50 | 136 | 537 | 36 | 5 |
| Binary | 1111 | 1000 | 1001 | 0 | 101111 | 101000 | 1011110 | 101011111 | 11110 | 101 |
Color Harmonies of #0F0809
Complementary color
Monochromatic Colors of #0F0809
Black with #0F0809
Text Example
Text Example
White with #0F0809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0809; }
p { color: rgb(15,8,9); }
H1.HeaderClassName
{
color: #0F0809;
}
.AnyTagClassName
{
color: #0F0809;
}
</style>
background-color css
<style>
a { background-color: #0F0809; }
a { background-color: rgb(15,8,9); }
div.DivClassName
{
background-color: #0F0809;
}
.BgClassName
{
background-color: #0F0809;
}
</style>
border-color css
<style>
span { border-color: #0F0809; }
span { border-color: rgb(15,8,9); }
td.TdClassName
{
border-color: #0F0809;
}
.TagClassName
{
border-color: #0F0809;
}
</style>