Shades of Rustic Red #0C0708
Tints of Rustic Red #0C0708
RGB
CMYK
RGB Variations
Color information
#0C0708 (or 0x0C0708) is known color: Rustic Red. HEX triplet: 0C, 07 and 08. RGB value is (12,7,8). Sum of RGB (Red+Green+Blue) = 12+7+8=27 (3% of max value = 765). Red value is 12 (5.08% from 255 or 44.44% from 27); Green value is 7 (3.12% from 255 or 25.93% from 27); Blue value is 8 (3.52% from 255 or 29.63% from 27); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0708 is #F3F8F7. Grayscale: #080808. Windows color (decimal): -15988984 or 526092. OLE color: 526092.
HSL color Cylindrical-coordinate representation of color #0C0708: hue angle of 348º degrees, saturation: 0.26, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0C0708 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.95.
Color convert
RGB | 12 | 7 | 8 | - |
CMYK | 0 | 0.42 | 0.33 | 0.95 |
HSL | 348º | 0.26% | 0.04% | - |
HSV(B) | 348º | 0.42% | 0.05% | - |
XYZ | 0.27 | 0.25 | 0.26 | - |
YUV | 8.61 | 127.66 | 130.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 12 | 7 | 8 | 0 | 0.42 | 0.33 | 0.95 | 348 | 0.26 | 0.04 |
Hex | C | 7 | 8 | 0 | 2A | 21 | 5F | 15C | 1A | 4 |
Octal | 14 | 7 | 10 | 0 | 52 | 41 | 137 | 534 | 32 | 4 |
Binary | 1100 | 111 | 1000 | 0 | 101010 | 100001 | 1011111 | 101011100 | 11010 | 100 |
Color Harmonies of #0C0708
Complementary color
Monochromatic Colors of #0C0708
Black with #0C0708
Text Example
Text Example
White with #0C0708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0708; }
p { color: rgb(12,7,8); }
H1.HeaderClassName
{
color: #0C0708;
}
.AnyTagClassName
{
color: #0C0708;
}
</style>
background-color css
<style>
a { background-color: #0C0708; }
a { background-color: rgb(12,7,8); }
div.DivClassName
{
background-color: #0C0708;
}
.BgClassName
{
background-color: #0C0708;
}
</style>
border-color css
<style>
span { border-color: #0C0708; }
span { border-color: rgb(12,7,8); }
td.TdClassName
{
border-color: #0C0708;
}
.TagClassName
{
border-color: #0C0708;
}
</style>