Shades of Rustic Red #13070B
Tints of Rustic Red #13070B
RGB
CMYK
RGB Variations
Color information
#13070B (or 0x13070B) is known color: Rustic Red. HEX triplet: 13, 07 and 0B. RGB value is (19,7,11). Sum of RGB (Red+Green+Blue) = 19+7+11=37 (4% of max value = 765). Red value is 19 (7.81% from 255 or 51.35% from 37); Green value is 7 (3.12% from 255 or 18.92% from 37); Blue value is 11 (4.69% from 255 or 29.73% from 37); Max value from RGB is 19 - color contains mainly: red. Hex color #13070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13070B is #ECF8F4. Grayscale: #0B0B0B. Windows color (decimal): -15530229 or 722707. OLE color: 722707.
HSL color Cylindrical-coordinate representation of color #13070B: hue angle of 340º 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 #13070B is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 7 | 11 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.93 |
| HSL | 340º | 0.46% | 0.05% | - |
| HSV(B) | 340º | 0.63% | 0.07% | - |
| XYZ | 0.4 | 0.31 | 0.36 | - |
| YUV | 11.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 7 | 11 | 0 | 0.63 | 0.42 | 0.93 | 340 | 0.46 | 0.05 |
| Hex | 13 | 7 | B | 0 | 3F | 2A | 5D | 154 | 2E | 5 |
| Octal | 23 | 7 | 13 | 0 | 77 | 52 | 135 | 524 | 56 | 5 |
| Binary | 10011 | 111 | 1011 | 0 | 111111 | 101010 | 1011101 | 101010100 | 101110 | 101 |
Color Harmonies of #13070B
Complementary color
Monochromatic Colors of #13070B
Black with #13070B
Text Example
Text Example
White with #13070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13070B; }
p { color: rgb(19,7,11); }
H1.HeaderClassName
{
color: #13070B;
}
.AnyTagClassName
{
color: #13070B;
}
</style>
background-color css
<style>
a { background-color: #13070B; }
a { background-color: rgb(19,7,11); }
div.DivClassName
{
background-color: #13070B;
}
.BgClassName
{
background-color: #13070B;
}
</style>
border-color css
<style>
span { border-color: #13070B; }
span { border-color: rgb(19,7,11); }
td.TdClassName
{
border-color: #13070B;
}
.TagClassName
{
border-color: #13070B;
}
</style>