Shades of Rustic Red #0C0509
Tints of Rustic Red #0C0509
RGB
CMYK
RGB Variations
Color information
#0C0509 (or 0x0C0509) is known color: Rustic Red. HEX triplet: 0C, 05 and 09. RGB value is (12,5,9). Sum of RGB (Red+Green+Blue) = 12+5+9=26 (3% of max value = 765). Red value is 12 (5.08% from 255 or 46.15% from 26); Green value is 5 (2.34% from 255 or 19.23% from 26); Blue value is 9 (3.91% from 255 or 34.62% from 26); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0509 is #F3FAF6. Grayscale: #070707. Windows color (decimal): -15989495 or 591116. OLE color: 591116.
HSL color Cylindrical-coordinate representation of color #0C0509: hue angle of 325.71º degrees, saturation: 0.41, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0C0509 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 5 | 9 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.95 |
| HSL | 325.71º | 0.41% | 0.03% | - |
| HSV(B) | 325.71º | 0.58% | 0.05% | - |
| XYZ | 0.26 | 0.21 | 0.28 | - |
| YUV | 7.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 5 | 9 | 0 | 0.58 | 0.25 | 0.95 | 325.71 | 0.41 | 0.03 |
| Hex | C | 5 | 9 | 0 | 3A | 19 | 5F | 146 | 29 | 3 |
| Octal | 14 | 5 | 11 | 0 | 72 | 31 | 137 | 506 | 51 | 3 |
| Binary | 1100 | 101 | 1001 | 0 | 111010 | 11001 | 1011111 | 101000110 | 101001 | 11 |
Color Harmonies of #0C0509
Complementary color
Monochromatic Colors of #0C0509
Black with #0C0509
Text Example
Text Example
White with #0C0509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0509; }
p { color: rgb(12,5,9); }
H1.HeaderClassName
{
color: #0C0509;
}
.AnyTagClassName
{
color: #0C0509;
}
</style>
background-color css
<style>
a { background-color: #0C0509; }
a { background-color: rgb(12,5,9); }
div.DivClassName
{
background-color: #0C0509;
}
.BgClassName
{
background-color: #0C0509;
}
</style>
border-color css
<style>
span { border-color: #0C0509; }
span { border-color: rgb(12,5,9); }
td.TdClassName
{
border-color: #0C0509;
}
.TagClassName
{
border-color: #0C0509;
}
</style>