Shades of Rustic Red #190609
Tints of Rustic Red #190609
RGB
CMYK
RGB Variations
Color information
#190609 (or 0x190609) is known color: Rustic Red. HEX triplet: 19, 06 and 09. RGB value is (25,6,9). Sum of RGB (Red+Green+Blue) = 25+6+9=40 (5% of max value = 765). Red value is 25 (10.16% from 255 or 62.5% from 40); Green value is 6 (2.73% from 255 or 15% from 40); Blue value is 9 (3.91% from 255 or 22.5% from 40); Max value from RGB is 25 - color contains mainly: red. Hex color #190609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190609 is #E6F9F6. Grayscale: #0C0C0C. Windows color (decimal): -15137271 or 591385. OLE color: 591385.
HSL color Cylindrical-coordinate representation of color #190609: hue angle of 350.53º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #190609 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 6 | 9 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.90 |
| HSL | 350.53º | 0.61% | 0.06% | - |
| HSV(B) | 350.53º | 0.76% | 0.1% | - |
| XYZ | 0.52 | 0.36 | 0.3 | - |
| YUV | 12.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 6 | 9 | 0 | 0.76 | 0.64 | 0.90 | 350.53 | 0.61 | 0.06 |
| Hex | 19 | 6 | 9 | 0 | 4C | 40 | 5A | 15F | 3D | 6 |
| Octal | 31 | 6 | 11 | 0 | 114 | 100 | 132 | 537 | 75 | 6 |
| Binary | 11001 | 110 | 1001 | 0 | 1001100 | 1000000 | 1011010 | 101011111 | 111101 | 110 |
Color Harmonies of #190609
Complementary color
Monochromatic Colors of #190609
Black with #190609
Text Example
Text Example
White with #190609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190609; }
p { color: rgb(25,6,9); }
H1.HeaderClassName
{
color: #190609;
}
.AnyTagClassName
{
color: #190609;
}
</style>
background-color css
<style>
a { background-color: #190609; }
a { background-color: rgb(25,6,9); }
div.DivClassName
{
background-color: #190609;
}
.BgClassName
{
background-color: #190609;
}
</style>
border-color css
<style>
span { border-color: #190609; }
span { border-color: rgb(25,6,9); }
td.TdClassName
{
border-color: #190609;
}
.TagClassName
{
border-color: #190609;
}
</style>