Shades of Rustic Red #0C0609
Tints of Rustic Red #0C0609
RGB
CMYK
RGB Variations
Color information
#0C0609 (or 0x0C0609) is known color: Rustic Red. HEX triplet: 0C, 06 and 09. RGB value is (12,6,9). Sum of RGB (Red+Green+Blue) = 12+6+9=27 (3% of max value = 765). Red value is 12 (5.08% from 255 or 44.44% from 27); Green value is 6 (2.73% from 255 or 22.22% from 27); Blue value is 9 (3.91% from 255 or 33.33% from 27); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0609 is #F3F9F6. Grayscale: #080808. Windows color (decimal): -15989239 or 591372. OLE color: 591372.
HSL color Cylindrical-coordinate representation of color #0C0609: hue angle of 330º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0C0609 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 6 | 9 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.95 |
| HSL | 330º | 0.33% | 0.04% | - |
| HSV(B) | 330º | 0.5% | 0.05% | - |
| XYZ | 0.27 | 0.23 | 0.29 | - |
| YUV | 8.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 6 | 9 | 0 | 0.50 | 0.25 | 0.95 | 330 | 0.33 | 0.04 |
| Hex | C | 6 | 9 | 0 | 32 | 19 | 5F | 14A | 21 | 4 |
| Octal | 14 | 6 | 11 | 0 | 62 | 31 | 137 | 512 | 41 | 4 |
| Binary | 1100 | 110 | 1001 | 0 | 110010 | 11001 | 1011111 | 101001010 | 100001 | 100 |
Color Harmonies of #0C0609
Complementary color
Monochromatic Colors of #0C0609
Black with #0C0609
Text Example
Text Example
White with #0C0609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0609; }
p { color: rgb(12,6,9); }
H1.HeaderClassName
{
color: #0C0609;
}
.AnyTagClassName
{
color: #0C0609;
}
</style>
background-color css
<style>
a { background-color: #0C0609; }
a { background-color: rgb(12,6,9); }
div.DivClassName
{
background-color: #0C0609;
}
.BgClassName
{
background-color: #0C0609;
}
</style>
border-color css
<style>
span { border-color: #0C0609; }
span { border-color: rgb(12,6,9); }
td.TdClassName
{
border-color: #0C0609;
}
.TagClassName
{
border-color: #0C0609;
}
</style>