Shades of Rustic Red #13010A
Tints of Rustic Red #13010A
RGB
CMYK
RGB Variations
Color information
#13010A (or 0x13010A) is known color: Rustic Red. HEX triplet: 13, 01 and 0A. RGB value is (19,1,10). Sum of RGB (Red+Green+Blue) = 19+1+10=30 (3% of max value = 765). Red value is 19 (7.81% from 255 or 63.33% from 30); Green value is 1 (0.78% from 255 or 3.33% from 30); Blue value is 10 (4.30% from 255 or 33.33% from 30); Max value from RGB is 19 - color contains mainly: red. Hex color #13010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13010A is #ECFEF5. Grayscale: #070707. Windows color (decimal): -15531766 or 655635. OLE color: 655635.
HSL color Cylindrical-coordinate representation of color #13010A: hue angle of 330º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #13010A is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 1 | 10 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.93 |
| HSL | 330º | 0.9% | 0.04% | - |
| HSV(B) | 330º | 0.95% | 0.07% | - |
| XYZ | 0.33 | 0.18 | 0.3 | - |
| YUV | 7.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 10 | 0 | 0.95 | 0.47 | 0.93 | 330 | 0.9 | 0.04 |
| Hex | 13 | 1 | A | 0 | 5F | 2F | 5D | 14A | 5A | 4 |
| Octal | 23 | 1 | 12 | 0 | 137 | 57 | 135 | 512 | 132 | 4 |
| Binary | 10011 | 1 | 1010 | 0 | 1011111 | 101111 | 1011101 | 101001010 | 1011010 | 100 |
Color Harmonies of #13010A
Complementary color
Monochromatic Colors of #13010A
Black with #13010A
Text Example
Text Example
White with #13010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13010A; }
p { color: rgb(19,1,10); }
H1.HeaderClassName
{
color: #13010A;
}
.AnyTagClassName
{
color: #13010A;
}
</style>
background-color css
<style>
a { background-color: #13010A; }
a { background-color: rgb(19,1,10); }
div.DivClassName
{
background-color: #13010A;
}
.BgClassName
{
background-color: #13010A;
}
</style>
border-color css
<style>
span { border-color: #13010A; }
span { border-color: rgb(19,1,10); }
td.TdClassName
{
border-color: #13010A;
}
.TagClassName
{
border-color: #13010A;
}
</style>