Shades of Rustic Red #190205
Tints of Rustic Red #190205
RGB
CMYK
RGB Variations
Color information
#190205 (or 0x190205) is known color: Rustic Red. HEX triplet: 19, 02 and 05. RGB value is (25,2,5). Sum of RGB (Red+Green+Blue) = 25+2+5=32 (4% of max value = 765). Red value is 25 (10.16% from 255 or 78.12% from 32); Green value is 2 (1.17% from 255 or 6.25% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 25 - color contains mainly: red. Hex color #190205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190205 is #E6FDFA. Grayscale: #090909. Windows color (decimal): -15138299 or 328217. OLE color: 328217.
HSL color Cylindrical-coordinate representation of color #190205: hue angle of 352.17º 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 #190205 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 2 | 5 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.90 |
| HSL | 352.17º | 0.85% | 0.05% | - |
| HSV(B) | 352.17º | 0.92% | 0.1% | - |
| XYZ | 0.45 | 0.26 | 0.17 | - |
| YUV | 9.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 5 | 0 | 0.92 | 0.80 | 0.90 | 352.17 | 0.85 | 0.05 |
| Hex | 19 | 2 | 5 | 0 | 5C | 50 | 5A | 160 | 55 | 5 |
| Octal | 31 | 2 | 5 | 0 | 134 | 120 | 132 | 540 | 125 | 5 |
| Binary | 11001 | 10 | 101 | 0 | 1011100 | 1010000 | 1011010 | 101100000 | 1010101 | 101 |
Color Harmonies of #190205
Complementary color
Monochromatic Colors of #190205
Black with #190205
Text Example
Text Example
White with #190205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190205; }
p { color: rgb(25,2,5); }
H1.HeaderClassName
{
color: #190205;
}
.AnyTagClassName
{
color: #190205;
}
</style>
background-color css
<style>
a { background-color: #190205; }
a { background-color: rgb(25,2,5); }
div.DivClassName
{
background-color: #190205;
}
.BgClassName
{
background-color: #190205;
}
</style>
border-color css
<style>
span { border-color: #190205; }
span { border-color: rgb(25,2,5); }
td.TdClassName
{
border-color: #190205;
}
.TagClassName
{
border-color: #190205;
}
</style>