Shades of Rustic Red #13040C
Tints of Rustic Red #13040C
RGB
CMYK
RGB Variations
Color information
#13040C (or 0x13040C) is known color: Rustic Red. HEX triplet: 13, 04 and 0C. RGB value is (19,4,12). Sum of RGB (Red+Green+Blue) = 19+4+12=35 (4% of max value = 765). Red value is 19 (7.81% from 255 or 54.29% from 35); Green value is 4 (1.95% from 255 or 11.43% from 35); Blue value is 12 (5.08% from 255 or 34.29% from 35); Max value from RGB is 19 - color contains mainly: red. Hex color #13040C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13040C is #ECFBF3. Grayscale: #090909. Windows color (decimal): -15530996 or 787475. OLE color: 787475.
HSL color Cylindrical-coordinate representation of color #13040C: hue angle of 328º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13040C is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 4 | 12 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.93 |
| HSL | 328º | 0.65% | 0.05% | - |
| HSV(B) | 328º | 0.79% | 0.07% | - |
| XYZ | 0.38 | 0.25 | 0.38 | - |
| YUV | 9.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 4 | 12 | 0 | 0.79 | 0.37 | 0.93 | 328 | 0.65 | 0.05 |
| Hex | 13 | 4 | C | 0 | 4F | 25 | 5D | 148 | 41 | 5 |
| Octal | 23 | 4 | 14 | 0 | 117 | 45 | 135 | 510 | 101 | 5 |
| Binary | 10011 | 100 | 1100 | 0 | 1001111 | 100101 | 1011101 | 101001000 | 1000001 | 101 |
Color Harmonies of #13040C
Complementary color
Monochromatic Colors of #13040C
Black with #13040C
Text Example
Text Example
White with #13040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13040C; }
p { color: rgb(19,4,12); }
H1.HeaderClassName
{
color: #13040C;
}
.AnyTagClassName
{
color: #13040C;
}
</style>
background-color css
<style>
a { background-color: #13040C; }
a { background-color: rgb(19,4,12); }
div.DivClassName
{
background-color: #13040C;
}
.BgClassName
{
background-color: #13040C;
}
</style>
border-color css
<style>
span { border-color: #13040C; }
span { border-color: rgb(19,4,12); }
td.TdClassName
{
border-color: #13040C;
}
.TagClassName
{
border-color: #13040C;
}
</style>