Shades of Rustic Red #0C0507
Tints of Rustic Red #0C0507
RGB
CMYK
RGB Variations
Color information
#0C0507 (or 0x0C0507) is known color: Rustic Red. HEX triplet: 0C, 05 and 07. RGB value is (12,5,7). Sum of RGB (Red+Green+Blue) = 12+5+7=24 (3% of max value = 765). Red value is 12 (5.08% from 255 or 50% from 24); Green value is 5 (2.34% from 255 or 20.83% from 24); Blue value is 7 (3.12% from 255 or 29.17% from 24); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0507 is #F3FAF8. Grayscale: #070707. Windows color (decimal): -15989497 or 460044. OLE color: 460044.
HSL color Cylindrical-coordinate representation of color #0C0507: hue angle of 342.86º degrees, saturation: 0.41, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0C0507 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 5 | 7 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.95 |
| HSL | 342.86º | 0.41% | 0.03% | - |
| HSV(B) | 342.86º | 0.58% | 0.05% | - |
| XYZ | 0.24 | 0.2 | 0.23 | - |
| YUV | 7.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 5 | 7 | 0 | 0.58 | 0.42 | 0.95 | 342.86 | 0.41 | 0.03 |
| Hex | C | 5 | 7 | 0 | 3A | 2A | 5F | 157 | 29 | 3 |
| Octal | 14 | 5 | 7 | 0 | 72 | 52 | 137 | 527 | 51 | 3 |
| Binary | 1100 | 101 | 111 | 0 | 111010 | 101010 | 1011111 | 101010111 | 101001 | 11 |
Color Harmonies of #0C0507
Complementary color
Monochromatic Colors of #0C0507
Black with #0C0507
Text Example
Text Example
White with #0C0507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0507; }
p { color: rgb(12,5,7); }
H1.HeaderClassName
{
color: #0C0507;
}
.AnyTagClassName
{
color: #0C0507;
}
</style>
background-color css
<style>
a { background-color: #0C0507; }
a { background-color: rgb(12,5,7); }
div.DivClassName
{
background-color: #0C0507;
}
.BgClassName
{
background-color: #0C0507;
}
</style>
border-color css
<style>
span { border-color: #0C0507; }
span { border-color: rgb(12,5,7); }
td.TdClassName
{
border-color: #0C0507;
}
.TagClassName
{
border-color: #0C0507;
}
</style>