Shades of Rustic Red #0C0001
Tints of Rustic Red #0C0001
RGB
CMYK
RGB Variations
Color information
#0C0001 (or 0x0C0001) is known color: Rustic Red. HEX triplet: 0C, 00 and 01. RGB value is (12,0,1). Sum of RGB (Red+Green+Blue) = 12+0+1=13 (1% of max value = 765). Red value is 12 (5.08% from 255 or 92.31% from 13); Green value is 0 (0.39% from 255 or 0% from 13); Blue value is 1 (0.78% from 255 or 7.69% from 13); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0001 is #F3FFFE. Grayscale: #030303. Windows color (decimal): -15990783 or 65548. OLE color: 65548.
HSL color Cylindrical-coordinate representation of color #0C0001: hue angle of 355º 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 #0C0001 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.92 | 0.95 |
| HSL | 355º | 1% | 0.02% | - |
| HSV(B) | 355º | 1% | 0.05% | - |
| XYZ | 0.16 | 0.08 | 0.04 | - |
| YUV | 3.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 1 | 0 | 1 | 0.92 | 0.95 | 355 | 1 | 0.02 |
| Hex | C | 0 | 1 | 0 | 64 | 5C | 5F | 163 | 64 | 2 |
| Octal | 14 | 0 | 1 | 0 | 144 | 134 | 137 | 543 | 144 | 2 |
| Binary | 1100 | 0 | 1 | 0 | 1100100 | 1011100 | 1011111 | 101100011 | 1100100 | 10 |
Color Harmonies of #0C0001
Complementary color
Monochromatic Colors of #0C0001
Black with #0C0001
Text Example
Text Example
White with #0C0001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0001; }
p { color: rgb(12,0,1); }
H1.HeaderClassName
{
color: #0C0001;
}
.AnyTagClassName
{
color: #0C0001;
}
</style>
background-color css
<style>
a { background-color: #0C0001; }
a { background-color: rgb(12,0,1); }
div.DivClassName
{
background-color: #0C0001;
}
.BgClassName
{
background-color: #0C0001;
}
</style>
border-color css
<style>
span { border-color: #0C0001; }
span { border-color: rgb(12,0,1); }
td.TdClassName
{
border-color: #0C0001;
}
.TagClassName
{
border-color: #0C0001;
}
</style>