Shades of Rustic Red #130C0F
Tints of Rustic Red #130C0F
RGB
CMYK
RGB Variations
Color information
#130C0F (or 0x130C0F) is known color: Rustic Red. HEX triplet: 13, 0C and 0F. RGB value is (19,12,15). Sum of RGB (Red+Green+Blue) = 19+12+15=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 12 (5.08% from 255 or 26.09% from 46); Blue value is 15 (6.25% from 255 or 32.61% from 46); Max value from RGB is 19 - color contains mainly: red. Hex color #130C0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130C0F is #ECF3F0. Grayscale: #0E0E0E. Windows color (decimal): -15528945 or 986131. OLE color: 986131.
HSL color Cylindrical-coordinate representation of color #130C0F: hue angle of 334.29º 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 #130C0F is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 12 | 15 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.93 |
| HSL | 334.29º | 0.23% | 0.06% | - |
| HSV(B) | 334.29º | 0.37% | 0.07% | - |
| XYZ | 0.49 | 0.44 | 0.51 | - |
| YUV | 14.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 15 | 0 | 0.37 | 0.21 | 0.93 | 334.29 | 0.23 | 0.06 |
| Hex | 13 | C | F | 0 | 25 | 15 | 5D | 14E | 17 | 6 |
| Octal | 23 | 14 | 17 | 0 | 45 | 25 | 135 | 516 | 27 | 6 |
| Binary | 10011 | 1100 | 1111 | 0 | 100101 | 10101 | 1011101 | 101001110 | 10111 | 110 |
Color Harmonies of #130C0F
Complementary color
Monochromatic Colors of #130C0F
Black with #130C0F
Text Example
Text Example
White with #130C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130C0F; }
p { color: rgb(19,12,15); }
H1.HeaderClassName
{
color: #130C0F;
}
.AnyTagClassName
{
color: #130C0F;
}
</style>
background-color css
<style>
a { background-color: #130C0F; }
a { background-color: rgb(19,12,15); }
div.DivClassName
{
background-color: #130C0F;
}
.BgClassName
{
background-color: #130C0F;
}
</style>
border-color css
<style>
span { border-color: #130C0F; }
span { border-color: rgb(19,12,15); }
td.TdClassName
{
border-color: #130C0F;
}
.TagClassName
{
border-color: #130C0F;
}
</style>