Shades of Rustic Red #0F0B0D
Tints of Rustic Red #0F0B0D
RGB
CMYK
RGB Variations
Color information
#0F0B0D (or 0x0F0B0D) is known color: Rustic Red. HEX triplet: 0F, 0B and 0D. RGB value is (15,11,13). Sum of RGB (Red+Green+Blue) = 15+11+13=39 (5% of max value = 765). Red value is 15 (6.25% from 255 or 38.46% from 39); Green value is 11 (4.69% from 255 or 28.21% from 39); Blue value is 13 (5.47% from 255 or 33.33% from 39); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0B0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0B0D is #F0F4F2. Grayscale: #0C0C0C. Windows color (decimal): -15791347 or 854799. OLE color: 854799.
HSL color Cylindrical-coordinate representation of color #0F0B0D: hue angle of 330º degrees, saturation: 0.15, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #0F0B0D is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 11 | 13 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.94 |
| HSL | 330º | 0.15% | 0.05% | - |
| HSV(B) | 330º | 0.27% | 0.06% | - |
| XYZ | 0.39 | 0.37 | 0.43 | - |
| YUV | 12.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 11 | 13 | 0 | 0.27 | 0.13 | 0.94 | 330 | 0.15 | 0.05 |
| Hex | F | B | D | 0 | 1B | D | 5E | 14A | F | 5 |
| Octal | 17 | 13 | 15 | 0 | 33 | 15 | 136 | 512 | 17 | 5 |
| Binary | 1111 | 1011 | 1101 | 0 | 11011 | 1101 | 1011110 | 101001010 | 1111 | 101 |
Color Harmonies of #0F0B0D
Complementary color
Monochromatic Colors of #0F0B0D
Black with #0F0B0D
Text Example
Text Example
White with #0F0B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0B0D; }
p { color: rgb(15,11,13); }
H1.HeaderClassName
{
color: #0F0B0D;
}
.AnyTagClassName
{
color: #0F0B0D;
}
</style>
background-color css
<style>
a { background-color: #0F0B0D; }
a { background-color: rgb(15,11,13); }
div.DivClassName
{
background-color: #0F0B0D;
}
.BgClassName
{
background-color: #0F0B0D;
}
</style>
border-color css
<style>
span { border-color: #0F0B0D; }
span { border-color: rgb(15,11,13); }
td.TdClassName
{
border-color: #0F0B0D;
}
.TagClassName
{
border-color: #0F0B0D;
}
</style>