Shades of Rustic Red #130D10
Tints of Rustic Red #130D10
RGB
CMYK
RGB Variations
Color information
#130D10 (or 0x130D10) is known color: Rustic Red. HEX triplet: 13, 0D and 10. RGB value is (19,13,16). Sum of RGB (Red+Green+Blue) = 19+13+16=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 13 (5.47% from 255 or 27.08% from 48); Blue value is 16 (6.64% from 255 or 33.33% from 48); Max value from RGB is 19 - color contains mainly: red. Hex color #130D10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130D10 is #ECF2EF. Grayscale: #0F0F0F. Windows color (decimal): -15528688 or 1051923. OLE color: 1051923.
HSL color Cylindrical-coordinate representation of color #130D10: hue angle of 330º degrees, saturation: 0.19, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #130D10 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 13 | 16 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.93 |
| HSL | 330º | 0.19% | 0.06% | - |
| HSV(B) | 330º | 0.32% | 0.07% | - |
| XYZ | 0.51 | 0.46 | 0.55 | - |
| YUV | 15.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 16 | 0 | 0.32 | 0.16 | 0.93 | 330 | 0.19 | 0.06 |
| Hex | 13 | D | 10 | 0 | 20 | 10 | 5D | 14A | 13 | 6 |
| Octal | 23 | 15 | 20 | 0 | 40 | 20 | 135 | 512 | 23 | 6 |
| Binary | 10011 | 1101 | 10000 | 0 | 100000 | 10000 | 1011101 | 101001010 | 10011 | 110 |
Color Harmonies of #130D10
Complementary color
Monochromatic Colors of #130D10
Black with #130D10
Text Example
Text Example
White with #130D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D10; }
p { color: rgb(19,13,16); }
H1.HeaderClassName
{
color: #130D10;
}
.AnyTagClassName
{
color: #130D10;
}
</style>
background-color css
<style>
a { background-color: #130D10; }
a { background-color: rgb(19,13,16); }
div.DivClassName
{
background-color: #130D10;
}
.BgClassName
{
background-color: #130D10;
}
</style>
border-color css
<style>
span { border-color: #130D10; }
span { border-color: rgb(19,13,16); }
td.TdClassName
{
border-color: #130D10;
}
.TagClassName
{
border-color: #130D10;
}
</style>