Shades of Rustic Red #0C0104
Tints of Rustic Red #0C0104
RGB
CMYK
RGB Variations
Color information
#0C0104 (or 0x0C0104) is known color: Rustic Red. HEX triplet: 0C, 01 and 04. RGB value is (12,1,4). Sum of RGB (Red+Green+Blue) = 12+1+4=17 (2% of max value = 765). Red value is 12 (5.08% from 255 or 70.59% from 17); Green value is 1 (0.78% from 255 or 5.88% from 17); Blue value is 4 (1.95% from 255 or 23.53% from 17); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0104 is #F3FEFB. Grayscale: #040404. Windows color (decimal): -15990524 or 262412. OLE color: 262412.
HSL color Cylindrical-coordinate representation of color #0C0104: hue angle of 343.64º degrees, saturation: 0.85, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C0104 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 1 | 4 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.95 |
| HSL | 343.64º | 0.85% | 0.03% | - |
| HSV(B) | 343.64º | 0.92% | 0.05% | - |
| XYZ | 0.18 | 0.11 | 0.13 | - |
| YUV | 4.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 1 | 4 | 0 | 0.92 | 0.67 | 0.95 | 343.64 | 0.85 | 0.03 |
| Hex | C | 1 | 4 | 0 | 5C | 43 | 5F | 158 | 55 | 3 |
| Octal | 14 | 1 | 4 | 0 | 134 | 103 | 137 | 530 | 125 | 3 |
| Binary | 1100 | 1 | 100 | 0 | 1011100 | 1000011 | 1011111 | 101011000 | 1010101 | 11 |
Color Harmonies of #0C0104
Complementary color
Monochromatic Colors of #0C0104
Black with #0C0104
Text Example
Text Example
White with #0C0104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0104; }
p { color: rgb(12,1,4); }
H1.HeaderClassName
{
color: #0C0104;
}
.AnyTagClassName
{
color: #0C0104;
}
</style>
background-color css
<style>
a { background-color: #0C0104; }
a { background-color: rgb(12,1,4); }
div.DivClassName
{
background-color: #0C0104;
}
.BgClassName
{
background-color: #0C0104;
}
</style>
border-color css
<style>
span { border-color: #0C0104; }
span { border-color: rgb(12,1,4); }
td.TdClassName
{
border-color: #0C0104;
}
.TagClassName
{
border-color: #0C0104;
}
</style>