Shades of Rustic Red #13070C
Tints of Rustic Red #13070C
RGB
CMYK
RGB Variations
Color information
#13070C (or 0x13070C) is known color: Rustic Red. HEX triplet: 13, 07 and 0C. RGB value is (19,7,12). Sum of RGB (Red+Green+Blue) = 19+7+12=38 (5% of max value = 765). Red value is 19 (7.81% from 255 or 50% from 38); Green value is 7 (3.12% from 255 or 18.42% from 38); Blue value is 12 (5.08% from 255 or 31.58% from 38); Max value from RGB is 19 - color contains mainly: red. Hex color #13070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13070C is #ECF8F3. Grayscale: #0B0B0B. Windows color (decimal): -15530228 or 788243. OLE color: 788243.
HSL color Cylindrical-coordinate representation of color #13070C: hue angle of 335º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #13070C is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 7 | 12 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.93 |
| HSL | 335º | 0.46% | 0.05% | - |
| HSV(B) | 335º | 0.63% | 0.07% | - |
| XYZ | 0.41 | 0.32 | 0.39 | - |
| YUV | 11.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 7 | 12 | 0 | 0.63 | 0.37 | 0.93 | 335 | 0.46 | 0.05 |
| Hex | 13 | 7 | C | 0 | 3F | 25 | 5D | 14F | 2E | 5 |
| Octal | 23 | 7 | 14 | 0 | 77 | 45 | 135 | 517 | 56 | 5 |
| Binary | 10011 | 111 | 1100 | 0 | 111111 | 100101 | 1011101 | 101001111 | 101110 | 101 |
Color Harmonies of #13070C
Complementary color
Monochromatic Colors of #13070C
Black with #13070C
Text Example
Text Example
White with #13070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13070C; }
p { color: rgb(19,7,12); }
H1.HeaderClassName
{
color: #13070C;
}
.AnyTagClassName
{
color: #13070C;
}
</style>
background-color css
<style>
a { background-color: #13070C; }
a { background-color: rgb(19,7,12); }
div.DivClassName
{
background-color: #13070C;
}
.BgClassName
{
background-color: #13070C;
}
</style>
border-color css
<style>
span { border-color: #13070C; }
span { border-color: rgb(19,7,12); }
td.TdClassName
{
border-color: #13070C;
}
.TagClassName
{
border-color: #13070C;
}
</style>