Shades of Rustic Red #130D0F
Tints of Rustic Red #130D0F
RGB
CMYK
RGB Variations
Color information
#130D0F (or 0x130D0F) is known color: Rustic Red. HEX triplet: 13, 0D and 0F. RGB value is (19,13,15). Sum of RGB (Red+Green+Blue) = 19+13+15=47 (6% of max value = 765). Red value is 19 (7.81% from 255 or 40.43% from 47); Green value is 13 (5.47% from 255 or 27.66% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 19 - color contains mainly: red. Hex color #130D0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130D0F is #ECF2F0. Grayscale: #0F0F0F. Windows color (decimal): -15528689 or 986387. OLE color: 986387.
HSL color Cylindrical-coordinate representation of color #130D0F: hue angle of 340º 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 #130D0F is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 13 | 15 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.93 |
| HSL | 340º | 0.19% | 0.06% | - |
| HSV(B) | 340º | 0.32% | 0.07% | - |
| XYZ | 0.5 | 0.46 | 0.51 | - |
| YUV | 15.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 15 | 0 | 0.32 | 0.21 | 0.93 | 340 | 0.19 | 0.06 |
| Hex | 13 | D | F | 0 | 20 | 15 | 5D | 154 | 13 | 6 |
| Octal | 23 | 15 | 17 | 0 | 40 | 25 | 135 | 524 | 23 | 6 |
| Binary | 10011 | 1101 | 1111 | 0 | 100000 | 10101 | 1011101 | 101010100 | 10011 | 110 |
Color Harmonies of #130D0F
Complementary color
Monochromatic Colors of #130D0F
Black with #130D0F
Text Example
Text Example
White with #130D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D0F; }
p { color: rgb(19,13,15); }
H1.HeaderClassName
{
color: #130D0F;
}
.AnyTagClassName
{
color: #130D0F;
}
</style>
background-color css
<style>
a { background-color: #130D0F; }
a { background-color: rgb(19,13,15); }
div.DivClassName
{
background-color: #130D0F;
}
.BgClassName
{
background-color: #130D0F;
}
</style>
border-color css
<style>
span { border-color: #130D0F; }
span { border-color: rgb(19,13,15); }
td.TdClassName
{
border-color: #130D0F;
}
.TagClassName
{
border-color: #130D0F;
}
</style>