Shades of Rustic Red #190107
Tints of Rustic Red #190107
RGB
CMYK
RGB Variations
Color information
#190107 (or 0x190107) is known color: Rustic Red. HEX triplet: 19, 01 and 07. RGB value is (25,1,7). Sum of RGB (Red+Green+Blue) = 25+1+7=33 (4% of max value = 765). Red value is 25 (10.16% from 255 or 75.76% from 33); Green value is 1 (0.78% from 255 or 3.03% from 33); Blue value is 7 (3.12% from 255 or 21.21% from 33); Max value from RGB is 25 - color contains mainly: red. Hex color #190107 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190107 is #E6FEF8. Grayscale: #080808. Windows color (decimal): -15138553 or 459033. OLE color: 459033.
HSL color Cylindrical-coordinate representation of color #190107: hue angle of 345º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #190107 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 1 | 7 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.90 |
| HSL | 345º | 0.92% | 0.05% | - |
| HSV(B) | 345º | 0.96% | 0.1% | - |
| XYZ | 0.45 | 0.24 | 0.22 | - |
| YUV | 8.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 7 | 0 | 0.96 | 0.72 | 0.90 | 345 | 0.92 | 0.05 |
| Hex | 19 | 1 | 7 | 0 | 60 | 48 | 5A | 159 | 5C | 5 |
| Octal | 31 | 1 | 7 | 0 | 140 | 110 | 132 | 531 | 134 | 5 |
| Binary | 11001 | 1 | 111 | 0 | 1100000 | 1001000 | 1011010 | 101011001 | 1011100 | 101 |
Color Harmonies of #190107
Complementary color
Monochromatic Colors of #190107
Black with #190107
Text Example
Text Example
White with #190107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190107; }
p { color: rgb(25,1,7); }
H1.HeaderClassName
{
color: #190107;
}
.AnyTagClassName
{
color: #190107;
}
</style>
background-color css
<style>
a { background-color: #190107; }
a { background-color: rgb(25,1,7); }
div.DivClassName
{
background-color: #190107;
}
.BgClassName
{
background-color: #190107;
}
</style>
border-color css
<style>
span { border-color: #190107; }
span { border-color: rgb(25,1,7); }
td.TdClassName
{
border-color: #190107;
}
.TagClassName
{
border-color: #190107;
}
</style>