Shades of Rustic Red #130E10
Tints of Rustic Red #130E10
RGB
CMYK
RGB Variations
Color information
#130E10 (or 0x130E10) is known color: Rustic Red. HEX triplet: 13, 0E and 10. RGB value is (19,14,16). Sum of RGB (Red+Green+Blue) = 19+14+16=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 14 (5.86% from 255 or 28.57% from 49); Blue value is 16 (6.64% from 255 or 32.65% from 49); Max value from RGB is 19 - color contains mainly: red. Hex color #130E10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130E10 is #ECF1EF. Grayscale: #0F0F0F. Windows color (decimal): -15528432 or 1052179. OLE color: 1052179.
HSL color Cylindrical-coordinate representation of color #130E10: hue angle of 336º degrees, saturation: 0.15, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #130E10 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 14 | 16 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.93 |
| HSL | 336º | 0.15% | 0.06% | - |
| HSV(B) | 336º | 0.26% | 0.07% | - |
| XYZ | 0.52 | 0.49 | 0.56 | - |
| YUV | 15.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 16 | 0 | 0.26 | 0.16 | 0.93 | 336 | 0.15 | 0.06 |
| Hex | 13 | E | 10 | 0 | 1A | 10 | 5D | 150 | F | 6 |
| Octal | 23 | 16 | 20 | 0 | 32 | 20 | 135 | 520 | 17 | 6 |
| Binary | 10011 | 1110 | 10000 | 0 | 11010 | 10000 | 1011101 | 101010000 | 1111 | 110 |
Color Harmonies of #130E10
Complementary color
Monochromatic Colors of #130E10
Black with #130E10
Text Example
Text Example
White with #130E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130E10; }
p { color: rgb(19,14,16); }
H1.HeaderClassName
{
color: #130E10;
}
.AnyTagClassName
{
color: #130E10;
}
</style>
background-color css
<style>
a { background-color: #130E10; }
a { background-color: rgb(19,14,16); }
div.DivClassName
{
background-color: #130E10;
}
.BgClassName
{
background-color: #130E10;
}
</style>
border-color css
<style>
span { border-color: #130E10; }
span { border-color: rgb(19,14,16); }
td.TdClassName
{
border-color: #130E10;
}
.TagClassName
{
border-color: #130E10;
}
</style>