Shades of Rustic Red #0C0508
Tints of Rustic Red #0C0508
RGB
CMYK
RGB Variations
Color information
#0C0508 (or 0x0C0508) is known color: Rustic Red. HEX triplet: 0C, 05 and 08. RGB value is (12,5,8). Sum of RGB (Red+Green+Blue) = 12+5+8=25 (3% of max value = 765). Red value is 12 (5.08% from 255 or 48% from 25); Green value is 5 (2.34% from 255 or 20% from 25); Blue value is 8 (3.52% from 255 or 32% from 25); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0508 is #F3FAF7. Grayscale: #070707. Windows color (decimal): -15989496 or 525580. OLE color: 525580.
HSL color Cylindrical-coordinate representation of color #0C0508: hue angle of 334.29º 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 #0C0508 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 5 | 8 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.95 |
| HSL | 334.29º | 0.41% | 0.03% | - |
| HSV(B) | 334.29º | 0.58% | 0.05% | - |
| XYZ | 0.25 | 0.2 | 0.26 | - |
| YUV | 7.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 5 | 8 | 0 | 0.58 | 0.33 | 0.95 | 334.29 | 0.41 | 0.03 |
| Hex | C | 5 | 8 | 0 | 3A | 21 | 5F | 14E | 29 | 3 |
| Octal | 14 | 5 | 10 | 0 | 72 | 41 | 137 | 516 | 51 | 3 |
| Binary | 1100 | 101 | 1000 | 0 | 111010 | 100001 | 1011111 | 101001110 | 101001 | 11 |
Color Harmonies of #0C0508
Complementary color
Monochromatic Colors of #0C0508
Black with #0C0508
Text Example
Text Example
White with #0C0508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0508; }
p { color: rgb(12,5,8); }
H1.HeaderClassName
{
color: #0C0508;
}
.AnyTagClassName
{
color: #0C0508;
}
</style>
background-color css
<style>
a { background-color: #0C0508; }
a { background-color: rgb(12,5,8); }
div.DivClassName
{
background-color: #0C0508;
}
.BgClassName
{
background-color: #0C0508;
}
</style>
border-color css
<style>
span { border-color: #0C0508; }
span { border-color: rgb(12,5,8); }
td.TdClassName
{
border-color: #0C0508;
}
.TagClassName
{
border-color: #0C0508;
}
</style>