Shades of Rustic Red #190708
Tints of Rustic Red #190708
RGB
CMYK
RGB Variations
Color information
#190708 (or 0x190708) is known color: Rustic Red. HEX triplet: 19, 07 and 08. RGB value is (25,7,8). Sum of RGB (Red+Green+Blue) = 25+7+8=40 (5% of max value = 765). Red value is 25 (10.16% from 255 or 62.5% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 8 (3.52% from 255 or 20% from 40); Max value from RGB is 25 - color contains mainly: red. Hex color #190708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190708 is #E6F8F7. Grayscale: #0C0C0C. Windows color (decimal): -15137016 or 526105. OLE color: 526105.
HSL color Cylindrical-coordinate representation of color #190708: hue angle of 356.67º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #190708 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 7 | 8 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.90 |
| HSL | 356.67º | 0.56% | 0.06% | - |
| HSV(B) | 356.67º | 0.72% | 0.1% | - |
| XYZ | 0.52 | 0.38 | 0.27 | - |
| YUV | 12.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 8 | 0 | 0.72 | 0.68 | 0.90 | 356.67 | 0.56 | 0.06 |
| Hex | 19 | 7 | 8 | 0 | 48 | 44 | 5A | 165 | 38 | 6 |
| Octal | 31 | 7 | 10 | 0 | 110 | 104 | 132 | 545 | 70 | 6 |
| Binary | 11001 | 111 | 1000 | 0 | 1001000 | 1000100 | 1011010 | 101100101 | 111000 | 110 |
Color Harmonies of #190708
Complementary color
Monochromatic Colors of #190708
Black with #190708
Text Example
Text Example
White with #190708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190708; }
p { color: rgb(25,7,8); }
H1.HeaderClassName
{
color: #190708;
}
.AnyTagClassName
{
color: #190708;
}
</style>
background-color css
<style>
a { background-color: #190708; }
a { background-color: rgb(25,7,8); }
div.DivClassName
{
background-color: #190708;
}
.BgClassName
{
background-color: #190708;
}
</style>
border-color css
<style>
span { border-color: #190708; }
span { border-color: rgb(25,7,8); }
td.TdClassName
{
border-color: #190708;
}
.TagClassName
{
border-color: #190708;
}
</style>