Shades of Rustic Red #190007
Tints of Rustic Red #190007
RGB
CMYK
RGB Variations
Color information
#190007 (or 0x190007) is known color: Rustic Red. HEX triplet: 19, 00 and 07. RGB value is (25,0,7). Sum of RGB (Red+Green+Blue) = 25+0+7=32 (4% of max value = 765). Red value is 25 (10.16% from 255 or 78.12% from 32); Green value is 0 (0.39% from 255 or 0% from 32); Blue value is 7 (3.12% from 255 or 21.88% from 32); Max value from RGB is 25 - color contains mainly: red. Hex color #190007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190007 is #E6FFF8. Grayscale: #080808. Windows color (decimal): -15138809 or 458777. OLE color: 458777.
HSL color Cylindrical-coordinate representation of color #190007: hue angle of 343.2º 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 #190007 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.72 | 0.90 |
| HSL | 343.2º | 1% | 0.05% | - |
| HSV(B) | 343.2º | 1% | 0.1% | - |
| XYZ | 0.44 | 0.22 | 0.22 | - |
| YUV | 8.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 7 | 0 | 1 | 0.72 | 0.90 | 343.2 | 1 | 0.05 |
| Hex | 19 | 0 | 7 | 0 | 64 | 48 | 5A | 157 | 64 | 5 |
| Octal | 31 | 0 | 7 | 0 | 144 | 110 | 132 | 527 | 144 | 5 |
| Binary | 11001 | 0 | 111 | 0 | 1100100 | 1001000 | 1011010 | 101010111 | 1100100 | 101 |
Color Harmonies of #190007
Complementary color
Monochromatic Colors of #190007
Black with #190007
Text Example
Text Example
White with #190007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190007; }
p { color: rgb(25,0,7); }
H1.HeaderClassName
{
color: #190007;
}
.AnyTagClassName
{
color: #190007;
}
</style>
background-color css
<style>
a { background-color: #190007; }
a { background-color: rgb(25,0,7); }
div.DivClassName
{
background-color: #190007;
}
.BgClassName
{
background-color: #190007;
}
</style>
border-color css
<style>
span { border-color: #190007; }
span { border-color: rgb(25,0,7); }
td.TdClassName
{
border-color: #190007;
}
.TagClassName
{
border-color: #190007;
}
</style>