Shades of Rustic Red #0F0B0C
Tints of Rustic Red #0F0B0C
RGB
CMYK
RGB Variations
Color information
#0F0B0C (or 0x0F0B0C) is known color: Rustic Red. HEX triplet: 0F, 0B and 0C. RGB value is (15,11,12). Sum of RGB (Red+Green+Blue) = 15+11+12=38 (5% of max value = 765). Red value is 15 (6.25% from 255 or 39.47% from 38); Green value is 11 (4.69% from 255 or 28.95% from 38); Blue value is 12 (5.08% from 255 or 31.58% from 38); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0B0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0B0C is #F0F4F3. Grayscale: #0C0C0C. Windows color (decimal): -15791348 or 789263. OLE color: 789263.
HSL color Cylindrical-coordinate representation of color #0F0B0C: hue angle of 345º 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 #0F0B0C is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.94.
Color convert
RGB | 15 | 11 | 12 | - |
CMYK | 0 | 0.27 | 0.20 | 0.94 |
HSL | 345º | 0.15% | 0.05% | - |
HSV(B) | 345º | 0.27% | 0.06% | - |
XYZ | 0.38 | 0.37 | 0.4 | - |
YUV | 12.31 | 127.83 | 129.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 15 | 11 | 12 | 0 | 0.27 | 0.20 | 0.94 | 345 | 0.15 | 0.05 |
Hex | F | B | C | 0 | 1B | 14 | 5E | 159 | F | 5 |
Octal | 17 | 13 | 14 | 0 | 33 | 24 | 136 | 531 | 17 | 5 |
Binary | 1111 | 1011 | 1100 | 0 | 11011 | 10100 | 1011110 | 101011001 | 1111 | 101 |
Color Harmonies of #0F0B0C
Complementary color
Monochromatic Colors of #0F0B0C
Black with #0F0B0C
Text Example
Text Example
White with #0F0B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0B0C; }
p { color: rgb(15,11,12); }
H1.HeaderClassName
{
color: #0F0B0C;
}
.AnyTagClassName
{
color: #0F0B0C;
}
</style>
background-color css
<style>
a { background-color: #0F0B0C; }
a { background-color: rgb(15,11,12); }
div.DivClassName
{
background-color: #0F0B0C;
}
.BgClassName
{
background-color: #0F0B0C;
}
</style>
border-color css
<style>
span { border-color: #0F0B0C; }
span { border-color: rgb(15,11,12); }
td.TdClassName
{
border-color: #0F0B0C;
}
.TagClassName
{
border-color: #0F0B0C;
}
</style>