Shades of Rustic Red #0C0003
Tints of Rustic Red #0C0003
RGB
CMYK
RGB Variations
Color information
#0C0003 (or 0x0C0003) is known color: Rustic Red. HEX triplet: 0C, 00 and 03. RGB value is (12,0,3). Sum of RGB (Red+Green+Blue) = 12+0+3=15 (1% of max value = 765). Red value is 12 (5.08% from 255 or 80% from 15); Green value is 0 (0.39% from 255 or 0% from 15); Blue value is 3 (1.56% from 255 or 20% from 15); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0003 is #F3FFFC. Grayscale: #030303. Windows color (decimal): -15990781 or 196620. OLE color: 196620.
HSL color Cylindrical-coordinate representation of color #0C0003: hue angle of 345º 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 #0C0003 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.75 | 0.95 |
| HSL | 345º | 1% | 0.02% | - |
| HSV(B) | 345º | 1% | 0.05% | - |
| XYZ | 0.17 | 0.08 | 0.09 | - |
| YUV | 3.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 3 | 0 | 1 | 0.75 | 0.95 | 345 | 1 | 0.02 |
| Hex | C | 0 | 3 | 0 | 64 | 4B | 5F | 159 | 64 | 2 |
| Octal | 14 | 0 | 3 | 0 | 144 | 113 | 137 | 531 | 144 | 2 |
| Binary | 1100 | 0 | 11 | 0 | 1100100 | 1001011 | 1011111 | 101011001 | 1100100 | 10 |
Color Harmonies of #0C0003
Complementary color
Monochromatic Colors of #0C0003
Black with #0C0003
Text Example
Text Example
White with #0C0003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0003; }
p { color: rgb(12,0,3); }
H1.HeaderClassName
{
color: #0C0003;
}
.AnyTagClassName
{
color: #0C0003;
}
</style>
background-color css
<style>
a { background-color: #0C0003; }
a { background-color: rgb(12,0,3); }
div.DivClassName
{
background-color: #0C0003;
}
.BgClassName
{
background-color: #0C0003;
}
</style>
border-color css
<style>
span { border-color: #0C0003; }
span { border-color: rgb(12,0,3); }
td.TdClassName
{
border-color: #0C0003;
}
.TagClassName
{
border-color: #0C0003;
}
</style>