Shades of Rustic Red #190001
Tints of Rustic Red #190001
RGB
CMYK
RGB Variations
Color information
#190001 (or 0x190001) is known color: Rustic Red. HEX triplet: 19, 00 and 01. RGB value is (25,0,1). Sum of RGB (Red+Green+Blue) = 25+0+1=26 (3% of max value = 765). Red value is 25 (10.16% from 255 or 96.15% from 26); Green value is 0 (0.39% from 255 or 0% from 26); Blue value is 1 (0.78% from 255 or 3.85% from 26); Max value from RGB is 25 - color contains mainly: red. Hex color #190001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190001 is #E6FFFE. Grayscale: #070707. Windows color (decimal): -15138815 or 65561. OLE color: 65561.
HSL color Cylindrical-coordinate representation of color #190001: hue angle of 357.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 #190001 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.96 | 0.90 |
| HSL | 357.6º | 1% | 0.05% | - |
| HSV(B) | 357.6º | 1% | 0.1% | - |
| XYZ | 0.41 | 0.21 | 0.05 | - |
| YUV | 7.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 1 | 0 | 1 | 0.96 | 0.90 | 357.6 | 1 | 0.05 |
| Hex | 19 | 0 | 1 | 0 | 64 | 60 | 5A | 166 | 64 | 5 |
| Octal | 31 | 0 | 1 | 0 | 144 | 140 | 132 | 546 | 144 | 5 |
| Binary | 11001 | 0 | 1 | 0 | 1100100 | 1100000 | 1011010 | 101100110 | 1100100 | 101 |
Color Harmonies of #190001
Complementary color
Monochromatic Colors of #190001
Black with #190001
Text Example
Text Example
White with #190001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190001; }
p { color: rgb(25,0,1); }
H1.HeaderClassName
{
color: #190001;
}
.AnyTagClassName
{
color: #190001;
}
</style>
background-color css
<style>
a { background-color: #190001; }
a { background-color: rgb(25,0,1); }
div.DivClassName
{
background-color: #190001;
}
.BgClassName
{
background-color: #190001;
}
</style>
border-color css
<style>
span { border-color: #190001; }
span { border-color: rgb(25,0,1); }
td.TdClassName
{
border-color: #190001;
}
.TagClassName
{
border-color: #190001;
}
</style>