Shades of Rustic Red #13060A
Tints of Rustic Red #13060A
RGB
CMYK
RGB Variations
Color information
#13060A (or 0x13060A) is known color: Rustic Red. HEX triplet: 13, 06 and 0A. RGB value is (19,6,10). Sum of RGB (Red+Green+Blue) = 19+6+10=35 (4% of max value = 765). Red value is 19 (7.81% from 255 or 54.29% from 35); Green value is 6 (2.73% from 255 or 17.14% from 35); Blue value is 10 (4.30% from 255 or 28.57% from 35); Max value from RGB is 19 - color contains mainly: red. Hex color #13060A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13060A is #ECF9F5. Grayscale: #0A0A0A. Windows color (decimal): -15530486 or 656915. OLE color: 656915.
HSL color Cylindrical-coordinate representation of color #13060A: hue angle of 341.54º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13060A is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 6 | 10 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.93 |
| HSL | 341.54º | 0.52% | 0.05% | - |
| HSV(B) | 341.54º | 0.68% | 0.07% | - |
| XYZ | 0.39 | 0.29 | 0.32 | - |
| YUV | 10.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 10 | 0 | 0.68 | 0.47 | 0.93 | 341.54 | 0.52 | 0.05 |
| Hex | 13 | 6 | A | 0 | 44 | 2F | 5D | 156 | 34 | 5 |
| Octal | 23 | 6 | 12 | 0 | 104 | 57 | 135 | 526 | 64 | 5 |
| Binary | 10011 | 110 | 1010 | 0 | 1000100 | 101111 | 1011101 | 101010110 | 110100 | 101 |
Color Harmonies of #13060A
Complementary color
Monochromatic Colors of #13060A
Black with #13060A
Text Example
Text Example
White with #13060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13060A; }
p { color: rgb(19,6,10); }
H1.HeaderClassName
{
color: #13060A;
}
.AnyTagClassName
{
color: #13060A;
}
</style>
background-color css
<style>
a { background-color: #13060A; }
a { background-color: rgb(19,6,10); }
div.DivClassName
{
background-color: #13060A;
}
.BgClassName
{
background-color: #13060A;
}
</style>
border-color css
<style>
span { border-color: #13060A; }
span { border-color: rgb(19,6,10); }
td.TdClassName
{
border-color: #13060A;
}
.TagClassName
{
border-color: #13060A;
}
</style>