Shades of Rustic Red #190608
Tints of Rustic Red #190608
RGB
CMYK
RGB Variations
Color information
#190608 (or 0x190608) is known color: Rustic Red. HEX triplet: 19, 06 and 08. RGB value is (25,6,8). Sum of RGB (Red+Green+Blue) = 25+6+8=39 (5% of max value = 765). Red value is 25 (10.16% from 255 or 64.10% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 8 (3.52% from 255 or 20.51% from 39); Max value from RGB is 25 - color contains mainly: red. Hex color #190608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190608 is #E6F9F7. Grayscale: #0B0B0B. Windows color (decimal): -15137272 or 525849. OLE color: 525849.
HSL color Cylindrical-coordinate representation of color #190608: hue angle of 353.68º 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 #190608 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 6 | 8 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.90 |
| HSL | 353.68º | 0.61% | 0.06% | - |
| HSV(B) | 353.68º | 0.76% | 0.1% | - |
| XYZ | 0.51 | 0.35 | 0.27 | - |
| YUV | 11.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 6 | 8 | 0 | 0.76 | 0.68 | 0.90 | 353.68 | 0.61 | 0.06 |
| Hex | 19 | 6 | 8 | 0 | 4C | 44 | 5A | 162 | 3D | 6 |
| Octal | 31 | 6 | 10 | 0 | 114 | 104 | 132 | 542 | 75 | 6 |
| Binary | 11001 | 110 | 1000 | 0 | 1001100 | 1000100 | 1011010 | 101100010 | 111101 | 110 |
Color Harmonies of #190608
Complementary color
Monochromatic Colors of #190608
Black with #190608
Text Example
Text Example
White with #190608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190608; }
p { color: rgb(25,6,8); }
H1.HeaderClassName
{
color: #190608;
}
.AnyTagClassName
{
color: #190608;
}
</style>
background-color css
<style>
a { background-color: #190608; }
a { background-color: rgb(25,6,8); }
div.DivClassName
{
background-color: #190608;
}
.BgClassName
{
background-color: #190608;
}
</style>
border-color css
<style>
span { border-color: #190608; }
span { border-color: rgb(25,6,8); }
td.TdClassName
{
border-color: #190608;
}
.TagClassName
{
border-color: #190608;
}
</style>