Shades of Rustic Red #130C0E
Tints of Rustic Red #130C0E
RGB
CMYK
RGB Variations
Color information
#130C0E (or 0x130C0E) is known color: Rustic Red. HEX triplet: 13, 0C and 0E. RGB value is (19,12,14). Sum of RGB (Red+Green+Blue) = 19+12+14=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 12 (5.08% from 255 or 26.67% from 45); Blue value is 14 (5.86% from 255 or 31.11% from 45); Max value from RGB is 19 - color contains mainly: red. Hex color #130C0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130C0E is #ECF3F1. Grayscale: #0E0E0E. Windows color (decimal): -15528946 or 920595. OLE color: 920595.
HSL color Cylindrical-coordinate representation of color #130C0E: hue angle of 342.86º degrees, saturation: 0.23, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #130C0E is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 12 | 14 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.93 |
| HSL | 342.86º | 0.23% | 0.06% | - |
| HSV(B) | 342.86º | 0.37% | 0.07% | - |
| XYZ | 0.48 | 0.43 | 0.47 | - |
| YUV | 14.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 14 | 0 | 0.37 | 0.26 | 0.93 | 342.86 | 0.23 | 0.06 |
| Hex | 13 | C | E | 0 | 25 | 1A | 5D | 157 | 17 | 6 |
| Octal | 23 | 14 | 16 | 0 | 45 | 32 | 135 | 527 | 27 | 6 |
| Binary | 10011 | 1100 | 1110 | 0 | 100101 | 11010 | 1011101 | 101010111 | 10111 | 110 |
Color Harmonies of #130C0E
Complementary color
Monochromatic Colors of #130C0E
Black with #130C0E
Text Example
Text Example
White with #130C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130C0E; }
p { color: rgb(19,12,14); }
H1.HeaderClassName
{
color: #130C0E;
}
.AnyTagClassName
{
color: #130C0E;
}
</style>
background-color css
<style>
a { background-color: #130C0E; }
a { background-color: rgb(19,12,14); }
div.DivClassName
{
background-color: #130C0E;
}
.BgClassName
{
background-color: #130C0E;
}
</style>
border-color css
<style>
span { border-color: #130C0E; }
span { border-color: rgb(19,12,14); }
td.TdClassName
{
border-color: #130C0E;
}
.TagClassName
{
border-color: #130C0E;
}
</style>