Shades of Rustic Red #190709
Tints of Rustic Red #190709
RGB
CMYK
RGB Variations
Color information
#190709 (or 0x190709) is known color: Rustic Red. HEX triplet: 19, 07 and 09. RGB value is (25,7,9). Sum of RGB (Red+Green+Blue) = 25+7+9=41 (5% of max value = 765). Red value is 25 (10.16% from 255 or 60.98% from 41); Green value is 7 (3.12% from 255 or 17.07% from 41); Blue value is 9 (3.91% from 255 or 21.95% from 41); Max value from RGB is 25 - color contains mainly: red. Hex color #190709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190709 is #E6F8F6. Grayscale: #0C0C0C. Windows color (decimal): -15137015 or 591641. OLE color: 591641.
HSL color Cylindrical-coordinate representation of color #190709: hue angle of 353.33º 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 #190709 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 7 | 9 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.90 |
| HSL | 353.33º | 0.56% | 0.06% | - |
| HSV(B) | 353.33º | 0.72% | 0.1% | - |
| XYZ | 0.53 | 0.38 | 0.3 | - |
| YUV | 12.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 9 | 0 | 0.72 | 0.64 | 0.90 | 353.33 | 0.56 | 0.06 |
| Hex | 19 | 7 | 9 | 0 | 48 | 40 | 5A | 161 | 38 | 6 |
| Octal | 31 | 7 | 11 | 0 | 110 | 100 | 132 | 541 | 70 | 6 |
| Binary | 11001 | 111 | 1001 | 0 | 1001000 | 1000000 | 1011010 | 101100001 | 111000 | 110 |
Color Harmonies of #190709
Complementary color
Monochromatic Colors of #190709
Black with #190709
Text Example
Text Example
White with #190709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190709; }
p { color: rgb(25,7,9); }
H1.HeaderClassName
{
color: #190709;
}
.AnyTagClassName
{
color: #190709;
}
</style>
background-color css
<style>
a { background-color: #190709; }
a { background-color: rgb(25,7,9); }
div.DivClassName
{
background-color: #190709;
}
.BgClassName
{
background-color: #190709;
}
</style>
border-color css
<style>
span { border-color: #190709; }
span { border-color: rgb(25,7,9); }
td.TdClassName
{
border-color: #190709;
}
.TagClassName
{
border-color: #190709;
}
</style>