Shades of Rustic Red #0C080A
Tints of Rustic Red #0C080A
RGB
CMYK
RGB Variations
Color information
#0C080A (or 0x0C080A) is known color: Rustic Red. HEX triplet: 0C, 08 and 0A. RGB value is (12,8,10). Sum of RGB (Red+Green+Blue) = 12+8+10=30 (3% of max value = 765). Red value is 12 (5.08% from 255 or 40% from 30); Green value is 8 (3.52% from 255 or 26.67% from 30); Blue value is 10 (4.30% from 255 or 33.33% from 30); Max value from RGB is 12 - color contains mainly: red. Hex color #0C080A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C080A is #F3F7F5. Grayscale: #090909. Windows color (decimal): -15988726 or 657420. OLE color: 657420.
HSL color Cylindrical-coordinate representation of color #0C080A: hue angle of 330º degrees, saturation: 0.2, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0C080A is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 8 | 10 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.95 |
| HSL | 330º | 0.2% | 0.04% | - |
| HSV(B) | 330º | 0.33% | 0.05% | - |
| XYZ | 0.29 | 0.27 | 0.32 | - |
| YUV | 9.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 8 | 10 | 0 | 0.33 | 0.17 | 0.95 | 330 | 0.2 | 0.04 |
| Hex | C | 8 | A | 0 | 21 | 11 | 5F | 14A | 14 | 4 |
| Octal | 14 | 10 | 12 | 0 | 41 | 21 | 137 | 512 | 24 | 4 |
| Binary | 1100 | 1000 | 1010 | 0 | 100001 | 10001 | 1011111 | 101001010 | 10100 | 100 |
Color Harmonies of #0C080A
Complementary color
Monochromatic Colors of #0C080A
Black with #0C080A
Text Example
Text Example
White with #0C080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C080A; }
p { color: rgb(12,8,10); }
H1.HeaderClassName
{
color: #0C080A;
}
.AnyTagClassName
{
color: #0C080A;
}
</style>
background-color css
<style>
a { background-color: #0C080A; }
a { background-color: rgb(12,8,10); }
div.DivClassName
{
background-color: #0C080A;
}
.BgClassName
{
background-color: #0C080A;
}
</style>
border-color css
<style>
span { border-color: #0C080A; }
span { border-color: rgb(12,8,10); }
td.TdClassName
{
border-color: #0C080A;
}
.TagClassName
{
border-color: #0C080A;
}
</style>