Shades of Rustic Red #190006
Tints of Rustic Red #190006
RGB
CMYK
RGB Variations
Color information
#190006 (or 0x190006) is known color: Rustic Red. HEX triplet: 19, 00 and 06. RGB value is (25,0,6). Sum of RGB (Red+Green+Blue) = 25+0+6=31 (4% of max value = 765). Red value is 25 (10.16% from 255 or 80.65% from 31); Green value is 0 (0.39% from 255 or 0% from 31); Blue value is 6 (2.73% from 255 or 19.35% from 31); Max value from RGB is 25 - color contains mainly: red. Hex color #190006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190006 is #E6FFF9. Grayscale: #080808. Windows color (decimal): -15138810 or 393241. OLE color: 393241.
HSL color Cylindrical-coordinate representation of color #190006: hue angle of 345.6º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190006 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.76 | 0.90 |
| HSL | 345.6º | 1% | 0.05% | - |
| HSV(B) | 345.6º | 1% | 0.1% | - |
| XYZ | 0.43 | 0.22 | 0.19 | - |
| YUV | 8.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 6 | 0 | 1 | 0.76 | 0.90 | 345.6 | 1 | 0.05 |
| Hex | 19 | 0 | 6 | 0 | 64 | 4C | 5A | 15A | 64 | 5 |
| Octal | 31 | 0 | 6 | 0 | 144 | 114 | 132 | 532 | 144 | 5 |
| Binary | 11001 | 0 | 110 | 0 | 1100100 | 1001100 | 1011010 | 101011010 | 1100100 | 101 |
Color Harmonies of #190006
Complementary color
Monochromatic Colors of #190006
Black with #190006
Text Example
Text Example
White with #190006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190006; }
p { color: rgb(25,0,6); }
H1.HeaderClassName
{
color: #190006;
}
.AnyTagClassName
{
color: #190006;
}
</style>
background-color css
<style>
a { background-color: #190006; }
a { background-color: rgb(25,0,6); }
div.DivClassName
{
background-color: #190006;
}
.BgClassName
{
background-color: #190006;
}
</style>
border-color css
<style>
span { border-color: #190006; }
span { border-color: rgb(25,0,6); }
td.TdClassName
{
border-color: #190006;
}
.TagClassName
{
border-color: #190006;
}
</style>