Shades of Rustic Red #19040C
Tints of Rustic Red #19040C
RGB
CMYK
RGB Variations
Color information
#19040C (or 0x19040C) is known color: Rustic Red. HEX triplet: 19, 04 and 0C. RGB value is (25,4,12). Sum of RGB (Red+Green+Blue) = 25+4+12=41 (5% of max value = 765). Red value is 25 (10.16% from 255 or 60.98% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 25 - color contains mainly: red. Hex color #19040C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19040C is #E6FBF3. Grayscale: #0B0B0B. Windows color (decimal): -15137780 or 787481. OLE color: 787481.
HSL color Cylindrical-coordinate representation of color #19040C: hue angle of 337.14º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19040C is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 4 | 12 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.90 |
| HSL | 337.14º | 0.72% | 0.06% | - |
| HSV(B) | 337.14º | 0.84% | 0.1% | - |
| XYZ | 0.51 | 0.32 | 0.38 | - |
| YUV | 11.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 4 | 12 | 0 | 0.84 | 0.52 | 0.90 | 337.14 | 0.72 | 0.06 |
| Hex | 19 | 4 | C | 0 | 54 | 34 | 5A | 151 | 48 | 6 |
| Octal | 31 | 4 | 14 | 0 | 124 | 64 | 132 | 521 | 110 | 6 |
| Binary | 11001 | 100 | 1100 | 0 | 1010100 | 110100 | 1011010 | 101010001 | 1001000 | 110 |
Color Harmonies of #19040C
Complementary color
Monochromatic Colors of #19040C
Black with #19040C
Text Example
Text Example
White with #19040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19040C; }
p { color: rgb(25,4,12); }
H1.HeaderClassName
{
color: #19040C;
}
.AnyTagClassName
{
color: #19040C;
}
</style>
background-color css
<style>
a { background-color: #19040C; }
a { background-color: rgb(25,4,12); }
div.DivClassName
{
background-color: #19040C;
}
.BgClassName
{
background-color: #19040C;
}
</style>
border-color css
<style>
span { border-color: #19040C; }
span { border-color: rgb(25,4,12); }
td.TdClassName
{
border-color: #19040C;
}
.TagClassName
{
border-color: #19040C;
}
</style>