Shades of Rustic Red #130B0D
Tints of Rustic Red #130B0D
RGB
CMYK
RGB Variations
Color information
#130B0D (or 0x130B0D) is known color: Rustic Red. HEX triplet: 13, 0B and 0D. RGB value is (19,11,13). Sum of RGB (Red+Green+Blue) = 19+11+13=43 (5% of max value = 765). Red value is 19 (7.81% from 255 or 44.19% from 43); Green value is 11 (4.69% from 255 or 25.58% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 19 - color contains mainly: red. Hex color #130B0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130B0D is #ECF4F2. Grayscale: #0D0D0D. Windows color (decimal): -15529203 or 854803. OLE color: 854803.
HSL color Cylindrical-coordinate representation of color #130B0D: hue angle of 345º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #130B0D is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 11 | 13 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.93 |
| HSL | 345º | 0.27% | 0.06% | - |
| HSV(B) | 345º | 0.42% | 0.07% | - |
| XYZ | 0.46 | 0.41 | 0.44 | - |
| YUV | 13.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 13 | 0 | 0.42 | 0.32 | 0.93 | 345 | 0.27 | 0.06 |
| Hex | 13 | B | D | 0 | 2A | 20 | 5D | 159 | 1B | 6 |
| Octal | 23 | 13 | 15 | 0 | 52 | 40 | 135 | 531 | 33 | 6 |
| Binary | 10011 | 1011 | 1101 | 0 | 101010 | 100000 | 1011101 | 101011001 | 11011 | 110 |
Color Harmonies of #130B0D
Complementary color
Monochromatic Colors of #130B0D
Black with #130B0D
Text Example
Text Example
White with #130B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130B0D; }
p { color: rgb(19,11,13); }
H1.HeaderClassName
{
color: #130B0D;
}
.AnyTagClassName
{
color: #130B0D;
}
</style>
background-color css
<style>
a { background-color: #130B0D; }
a { background-color: rgb(19,11,13); }
div.DivClassName
{
background-color: #130B0D;
}
.BgClassName
{
background-color: #130B0D;
}
</style>
border-color css
<style>
span { border-color: #130B0D; }
span { border-color: rgb(19,11,13); }
td.TdClassName
{
border-color: #130B0D;
}
.TagClassName
{
border-color: #130B0D;
}
</style>