Shades of Rustic Red #19070C
Tints of Rustic Red #19070C
RGB
CMYK
RGB Variations
Color information
#19070C (or 0x19070C) is known color: Rustic Red. HEX triplet: 19, 07 and 0C. RGB value is (25,7,12). Sum of RGB (Red+Green+Blue) = 25+7+12=44 (5% of max value = 765). Red value is 25 (10.16% from 255 or 56.82% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 12 (5.08% from 255 or 27.27% from 44); Max value from RGB is 25 - color contains mainly: red. Hex color #19070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19070C is #E6F8F3. Grayscale: #0C0C0C. Windows color (decimal): -15137012 or 788249. OLE color: 788249.
HSL color Cylindrical-coordinate representation of color #19070C: hue angle of 343.33º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19070C is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 7 | 12 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.90 |
| HSL | 343.33º | 0.56% | 0.06% | - |
| HSV(B) | 343.33º | 0.72% | 0.1% | - |
| XYZ | 0.54 | 0.39 | 0.39 | - |
| YUV | 12.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 12 | 0 | 0.72 | 0.52 | 0.90 | 343.33 | 0.56 | 0.06 |
| Hex | 19 | 7 | C | 0 | 48 | 34 | 5A | 157 | 38 | 6 |
| Octal | 31 | 7 | 14 | 0 | 110 | 64 | 132 | 527 | 70 | 6 |
| Binary | 11001 | 111 | 1100 | 0 | 1001000 | 110100 | 1011010 | 101010111 | 111000 | 110 |
Color Harmonies of #19070C
Complementary color
Monochromatic Colors of #19070C
Black with #19070C
Text Example
Text Example
White with #19070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19070C; }
p { color: rgb(25,7,12); }
H1.HeaderClassName
{
color: #19070C;
}
.AnyTagClassName
{
color: #19070C;
}
</style>
background-color css
<style>
a { background-color: #19070C; }
a { background-color: rgb(25,7,12); }
div.DivClassName
{
background-color: #19070C;
}
.BgClassName
{
background-color: #19070C;
}
</style>
border-color css
<style>
span { border-color: #19070C; }
span { border-color: rgb(25,7,12); }
td.TdClassName
{
border-color: #19070C;
}
.TagClassName
{
border-color: #19070C;
}
</style>