Shades of Rustic Red #0C0204
Tints of Rustic Red #0C0204
RGB
CMYK
RGB Variations
Color information
#0C0204 (or 0x0C0204) is known color: Rustic Red. HEX triplet: 0C, 02 and 04. RGB value is (12,2,4). Sum of RGB (Red+Green+Blue) = 12+2+4=18 (2% of max value = 765). Red value is 12 (5.08% from 255 or 66.67% from 18); Green value is 2 (1.17% from 255 or 11.11% from 18); Blue value is 4 (1.95% from 255 or 22.22% from 18); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0204 is #F3FDFB. Grayscale: #050505. Windows color (decimal): -15990268 or 262668. OLE color: 262668.
HSL color Cylindrical-coordinate representation of color #0C0204: hue angle of 348º degrees, saturation: 0.71, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C0204 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 2 | 4 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.95 |
| HSL | 348º | 0.71% | 0.03% | - |
| HSV(B) | 348º | 0.83% | 0.05% | - |
| XYZ | 0.2 | 0.13 | 0.13 | - |
| YUV | 5.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 2 | 4 | 0 | 0.83 | 0.67 | 0.95 | 348 | 0.71 | 0.03 |
| Hex | C | 2 | 4 | 0 | 53 | 43 | 5F | 15C | 47 | 3 |
| Octal | 14 | 2 | 4 | 0 | 123 | 103 | 137 | 534 | 107 | 3 |
| Binary | 1100 | 10 | 100 | 0 | 1010011 | 1000011 | 1011111 | 101011100 | 1000111 | 11 |
Color Harmonies of #0C0204
Complementary color
Monochromatic Colors of #0C0204
Black with #0C0204
Text Example
Text Example
White with #0C0204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0204; }
p { color: rgb(12,2,4); }
H1.HeaderClassName
{
color: #0C0204;
}
.AnyTagClassName
{
color: #0C0204;
}
</style>
background-color css
<style>
a { background-color: #0C0204; }
a { background-color: rgb(12,2,4); }
div.DivClassName
{
background-color: #0C0204;
}
.BgClassName
{
background-color: #0C0204;
}
</style>
border-color css
<style>
span { border-color: #0C0204; }
span { border-color: rgb(12,2,4); }
td.TdClassName
{
border-color: #0C0204;
}
.TagClassName
{
border-color: #0C0204;
}
</style>