Shades of Rustic Red #190508
Tints of Rustic Red #190508
RGB
CMYK
RGB Variations
Color information
#190508 (or 0x190508) is known color: Rustic Red. HEX triplet: 19, 05 and 08. RGB value is (25,5,8). Sum of RGB (Red+Green+Blue) = 25+5+8=38 (5% of max value = 765). Red value is 25 (10.16% from 255 or 65.79% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 8 (3.52% from 255 or 21.05% from 38); Max value from RGB is 25 - color contains mainly: red. Hex color #190508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190508 is #E6FAF7. Grayscale: #0B0B0B. Windows color (decimal): -15137528 or 525593. OLE color: 525593.
HSL color Cylindrical-coordinate representation of color #190508: hue angle of 351º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #190508 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 5 | 8 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.90 |
| HSL | 351º | 0.67% | 0.06% | - |
| HSV(B) | 351º | 0.8% | 0.1% | - |
| XYZ | 0.5 | 0.33 | 0.27 | - |
| YUV | 11.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 5 | 8 | 0 | 0.80 | 0.68 | 0.90 | 351 | 0.67 | 0.06 |
| Hex | 19 | 5 | 8 | 0 | 50 | 44 | 5A | 15F | 43 | 6 |
| Octal | 31 | 5 | 10 | 0 | 120 | 104 | 132 | 537 | 103 | 6 |
| Binary | 11001 | 101 | 1000 | 0 | 1010000 | 1000100 | 1011010 | 101011111 | 1000011 | 110 |
Color Harmonies of #190508
Complementary color
Monochromatic Colors of #190508
Black with #190508
Text Example
Text Example
White with #190508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190508; }
p { color: rgb(25,5,8); }
H1.HeaderClassName
{
color: #190508;
}
.AnyTagClassName
{
color: #190508;
}
</style>
background-color css
<style>
a { background-color: #190508; }
a { background-color: rgb(25,5,8); }
div.DivClassName
{
background-color: #190508;
}
.BgClassName
{
background-color: #190508;
}
</style>
border-color css
<style>
span { border-color: #190508; }
span { border-color: rgb(25,5,8); }
td.TdClassName
{
border-color: #190508;
}
.TagClassName
{
border-color: #190508;
}
</style>