Shades of Rustic Red #0C0007
Tints of Rustic Red #0C0007
RGB
CMYK
RGB Variations
Color information
#0C0007 (or 0x0C0007) is known color: Rustic Red. HEX triplet: 0C, 00 and 07. RGB value is (12,0,7). Sum of RGB (Red+Green+Blue) = 12+0+7=19 (2% of max value = 765). Red value is 12 (5.08% from 255 or 63.16% from 19); Green value is 0 (0.39% from 255 or 0% from 19); Blue value is 7 (3.12% from 255 or 36.84% from 19); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0007 is #F3FFF8. Grayscale: #040404. Windows color (decimal): -15990777 or 458764. OLE color: 458764.
HSL color Cylindrical-coordinate representation of color #0C0007: hue angle of 325º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C0007 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.42 | 0.95 |
| HSL | 325º | 1% | 0.02% | - |
| HSV(B) | 325º | 1% | 0.05% | - |
| XYZ | 0.19 | 0.09 | 0.21 | - |
| YUV | 4.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 7 | 0 | 1 | 0.42 | 0.95 | 325 | 1 | 0.02 |
| Hex | C | 0 | 7 | 0 | 64 | 2A | 5F | 145 | 64 | 2 |
| Octal | 14 | 0 | 7 | 0 | 144 | 52 | 137 | 505 | 144 | 2 |
| Binary | 1100 | 0 | 111 | 0 | 1100100 | 101010 | 1011111 | 101000101 | 1100100 | 10 |
Color Harmonies of #0C0007
Complementary color
Monochromatic Colors of #0C0007
Black with #0C0007
Text Example
Text Example
White with #0C0007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0007; }
p { color: rgb(12,0,7); }
H1.HeaderClassName
{
color: #0C0007;
}
.AnyTagClassName
{
color: #0C0007;
}
</style>
background-color css
<style>
a { background-color: #0C0007; }
a { background-color: rgb(12,0,7); }
div.DivClassName
{
background-color: #0C0007;
}
.BgClassName
{
background-color: #0C0007;
}
</style>
border-color css
<style>
span { border-color: #0C0007; }
span { border-color: rgb(12,0,7); }
td.TdClassName
{
border-color: #0C0007;
}
.TagClassName
{
border-color: #0C0007;
}
</style>