Shades of Rustic Red #19060C
Tints of Rustic Red #19060C
RGB
CMYK
RGB Variations
Color information
#19060C (or 0x19060C) is known color: Rustic Red. HEX triplet: 19, 06 and 0C. RGB value is (25,6,12). Sum of RGB (Red+Green+Blue) = 25+6+12=43 (5% of max value = 765). Red value is 25 (10.16% from 255 or 58.14% from 43); Green value is 6 (2.73% from 255 or 13.95% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 25 - color contains mainly: red. Hex color #19060C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19060C is #E6F9F3. Grayscale: #0C0C0C. Windows color (decimal): -15137268 or 787993. OLE color: 787993.
HSL color Cylindrical-coordinate representation of color #19060C: hue angle of 341.05º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19060C is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 6 | 12 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.90 |
| HSL | 341.05º | 0.61% | 0.06% | - |
| HSV(B) | 341.05º | 0.76% | 0.1% | - |
| XYZ | 0.53 | 0.36 | 0.39 | - |
| YUV | 12.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 6 | 12 | 0 | 0.76 | 0.52 | 0.90 | 341.05 | 0.61 | 0.06 |
| Hex | 19 | 6 | C | 0 | 4C | 34 | 5A | 155 | 3D | 6 |
| Octal | 31 | 6 | 14 | 0 | 114 | 64 | 132 | 525 | 75 | 6 |
| Binary | 11001 | 110 | 1100 | 0 | 1001100 | 110100 | 1011010 | 101010101 | 111101 | 110 |
Color Harmonies of #19060C
Complementary color
Monochromatic Colors of #19060C
Black with #19060C
Text Example
Text Example
White with #19060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19060C; }
p { color: rgb(25,6,12); }
H1.HeaderClassName
{
color: #19060C;
}
.AnyTagClassName
{
color: #19060C;
}
</style>
background-color css
<style>
a { background-color: #19060C; }
a { background-color: rgb(25,6,12); }
div.DivClassName
{
background-color: #19060C;
}
.BgClassName
{
background-color: #19060C;
}
</style>
border-color css
<style>
span { border-color: #19060C; }
span { border-color: rgb(25,6,12); }
td.TdClassName
{
border-color: #19060C;
}
.TagClassName
{
border-color: #19060C;
}
</style>