Shades of Rustic Red #190206
Tints of Rustic Red #190206
RGB
CMYK
RGB Variations
Color information
#190206 (or 0x190206) is known color: Rustic Red. HEX triplet: 19, 02 and 06. RGB value is (25,2,6). Sum of RGB (Red+Green+Blue) = 25+2+6=33 (4% of max value = 765). Red value is 25 (10.16% from 255 or 75.76% from 33); Green value is 2 (1.17% from 255 or 6.06% from 33); Blue value is 6 (2.73% from 255 or 18.18% from 33); Max value from RGB is 25 - color contains mainly: red. Hex color #190206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190206 is #E6FDF9. Grayscale: #090909. Windows color (decimal): -15138298 or 393753. OLE color: 393753.
HSL color Cylindrical-coordinate representation of color #190206: hue angle of 349.57º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #190206 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 2 | 6 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.90 |
| HSL | 349.57º | 0.85% | 0.05% | - |
| HSV(B) | 349.57º | 0.92% | 0.1% | - |
| XYZ | 0.46 | 0.26 | 0.2 | - |
| YUV | 9.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 6 | 0 | 0.92 | 0.76 | 0.90 | 349.57 | 0.85 | 0.05 |
| Hex | 19 | 2 | 6 | 0 | 5C | 4C | 5A | 15E | 55 | 5 |
| Octal | 31 | 2 | 6 | 0 | 134 | 114 | 132 | 536 | 125 | 5 |
| Binary | 11001 | 10 | 110 | 0 | 1011100 | 1001100 | 1011010 | 101011110 | 1010101 | 101 |
Color Harmonies of #190206
Complementary color
Monochromatic Colors of #190206
Black with #190206
Text Example
Text Example
White with #190206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190206; }
p { color: rgb(25,2,6); }
H1.HeaderClassName
{
color: #190206;
}
.AnyTagClassName
{
color: #190206;
}
</style>
background-color css
<style>
a { background-color: #190206; }
a { background-color: rgb(25,2,6); }
div.DivClassName
{
background-color: #190206;
}
.BgClassName
{
background-color: #190206;
}
</style>
border-color css
<style>
span { border-color: #190206; }
span { border-color: rgb(25,2,6); }
td.TdClassName
{
border-color: #190206;
}
.TagClassName
{
border-color: #190206;
}
</style>