Shades of Rustic Red #0F0A0C
Tints of Rustic Red #0F0A0C
RGB
CMYK
RGB Variations
Color information
#0F0A0C (or 0x0F0A0C) is known color: Rustic Red. HEX triplet: 0F, 0A and 0C. RGB value is (15,10,12). Sum of RGB (Red+Green+Blue) = 15+10+12=37 (4% of max value = 765). Red value is 15 (6.25% from 255 or 40.54% from 37); Green value is 10 (4.30% from 255 or 27.03% from 37); Blue value is 12 (5.08% from 255 or 32.43% from 37); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0A0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0A0C is #F0F5F3. Grayscale: #0B0B0B. Windows color (decimal): -15791604 or 789007. OLE color: 789007.
HSL color Cylindrical-coordinate representation of color #0F0A0C: hue angle of 336º degrees, saturation: 0.2, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0F0A0C is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 10 | 12 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.94 |
| HSL | 336º | 0.2% | 0.05% | - |
| HSV(B) | 336º | 0.33% | 0.06% | - |
| XYZ | 0.37 | 0.35 | 0.39 | - |
| YUV | 11.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 10 | 12 | 0 | 0.33 | 0.20 | 0.94 | 336 | 0.2 | 0.05 |
| Hex | F | A | C | 0 | 21 | 14 | 5E | 150 | 14 | 5 |
| Octal | 17 | 12 | 14 | 0 | 41 | 24 | 136 | 520 | 24 | 5 |
| Binary | 1111 | 1010 | 1100 | 0 | 100001 | 10100 | 1011110 | 101010000 | 10100 | 101 |
Color Harmonies of #0F0A0C
Complementary color
Monochromatic Colors of #0F0A0C
Black with #0F0A0C
Text Example
Text Example
White with #0F0A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0A0C; }
p { color: rgb(15,10,12); }
H1.HeaderClassName
{
color: #0F0A0C;
}
.AnyTagClassName
{
color: #0F0A0C;
}
</style>
background-color css
<style>
a { background-color: #0F0A0C; }
a { background-color: rgb(15,10,12); }
div.DivClassName
{
background-color: #0F0A0C;
}
.BgClassName
{
background-color: #0F0A0C;
}
</style>
border-color css
<style>
span { border-color: #0F0A0C; }
span { border-color: rgb(15,10,12); }
td.TdClassName
{
border-color: #0F0A0C;
}
.TagClassName
{
border-color: #0F0A0C;
}
</style>