Shades of Rustic Red #130B0C
Tints of Rustic Red #130B0C
RGB
CMYK
RGB Variations
Color information
#130B0C (or 0x130B0C) is known color: Rustic Red. HEX triplet: 13, 0B and 0C. RGB value is (19,11,12). Sum of RGB (Red+Green+Blue) = 19+11+12=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 11 (4.69% from 255 or 26.19% from 42); Blue value is 12 (5.08% from 255 or 28.57% from 42); Max value from RGB is 19 - color contains mainly: red. Hex color #130B0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130B0C is #ECF4F3. Grayscale: #0D0D0D. Windows color (decimal): -15529204 or 789267. OLE color: 789267.
HSL color Cylindrical-coordinate representation of color #130B0C: hue angle of 352.5º 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 #130B0C is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 11 | 12 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.93 |
| HSL | 352.5º | 0.27% | 0.06% | - |
| HSV(B) | 352.5º | 0.42% | 0.07% | - |
| XYZ | 0.45 | 0.4 | 0.4 | - |
| YUV | 13.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 12 | 0 | 0.42 | 0.37 | 0.93 | 352.5 | 0.27 | 0.06 |
| Hex | 13 | B | C | 0 | 2A | 25 | 5D | 160 | 1B | 6 |
| Octal | 23 | 13 | 14 | 0 | 52 | 45 | 135 | 540 | 33 | 6 |
| Binary | 10011 | 1011 | 1100 | 0 | 101010 | 100101 | 1011101 | 101100000 | 11011 | 110 |
Color Harmonies of #130B0C
Complementary color
Monochromatic Colors of #130B0C
Black with #130B0C
Text Example
Text Example
White with #130B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130B0C; }
p { color: rgb(19,11,12); }
H1.HeaderClassName
{
color: #130B0C;
}
.AnyTagClassName
{
color: #130B0C;
}
</style>
background-color css
<style>
a { background-color: #130B0C; }
a { background-color: rgb(19,11,12); }
div.DivClassName
{
background-color: #130B0C;
}
.BgClassName
{
background-color: #130B0C;
}
</style>
border-color css
<style>
span { border-color: #130B0C; }
span { border-color: rgb(19,11,12); }
td.TdClassName
{
border-color: #130B0C;
}
.TagClassName
{
border-color: #130B0C;
}
</style>