Shades of Rustic Red #0F090B
Tints of Rustic Red #0F090B
RGB
CMYK
RGB Variations
Color information
#0F090B (or 0x0F090B) is known color: Rustic Red. HEX triplet: 0F, 09 and 0B. RGB value is (15,9,11). Sum of RGB (Red+Green+Blue) = 15+9+11=35 (4% of max value = 765). Red value is 15 (6.25% from 255 or 42.86% from 35); Green value is 9 (3.91% from 255 or 25.71% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 15 - color contains mainly: red. Hex color #0F090B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F090B is #F0F6F4. Grayscale: #0B0B0B. Windows color (decimal): -15791861 or 723215. OLE color: 723215.
HSL color Cylindrical-coordinate representation of color #0F090B: hue angle of 340º degrees, saturation: 0.25, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0F090B is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 9 | 11 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.94 |
| HSL | 340º | 0.25% | 0.05% | - |
| HSV(B) | 340º | 0.4% | 0.06% | - |
| XYZ | 0.36 | 0.32 | 0.36 | - |
| YUV | 11.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 9 | 11 | 0 | 0.40 | 0.27 | 0.94 | 340 | 0.25 | 0.05 |
| Hex | F | 9 | B | 0 | 28 | 1B | 5E | 154 | 19 | 5 |
| Octal | 17 | 11 | 13 | 0 | 50 | 33 | 136 | 524 | 31 | 5 |
| Binary | 1111 | 1001 | 1011 | 0 | 101000 | 11011 | 1011110 | 101010100 | 11001 | 101 |
Color Harmonies of #0F090B
Complementary color
Monochromatic Colors of #0F090B
Black with #0F090B
Text Example
Text Example
White with #0F090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F090B; }
p { color: rgb(15,9,11); }
H1.HeaderClassName
{
color: #0F090B;
}
.AnyTagClassName
{
color: #0F090B;
}
</style>
background-color css
<style>
a { background-color: #0F090B; }
a { background-color: rgb(15,9,11); }
div.DivClassName
{
background-color: #0F090B;
}
.BgClassName
{
background-color: #0F090B;
}
</style>
border-color css
<style>
span { border-color: #0F090B; }
span { border-color: rgb(15,9,11); }
td.TdClassName
{
border-color: #0F090B;
}
.TagClassName
{
border-color: #0F090B;
}
</style>