Shades of Rustic Red #19000D
Tints of Rustic Red #19000D
RGB
CMYK
RGB Variations
Color information
#19000D (or 0x19000D) is known color: Rustic Red. HEX triplet: 19, 00 and 0D. RGB value is (25,0,13). Sum of RGB (Red+Green+Blue) = 25+0+13=38 (5% of max value = 765). Red value is 25 (10.16% from 255 or 65.79% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 13 (5.47% from 255 or 34.21% from 38); Max value from RGB is 25 - color contains mainly: red. Hex color #19000D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19000D is #E6FFF2. Grayscale: #080808. Windows color (decimal): -15138803 or 851993. OLE color: 851993.
HSL color Cylindrical-coordinate representation of color #19000D: hue angle of 328.8º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19000D is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.48 | 0.90 |
| HSL | 328.8º | 1% | 0.05% | - |
| HSV(B) | 328.8º | 1% | 0.1% | - |
| XYZ | 0.47 | 0.24 | 0.4 | - |
| YUV | 8.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 13 | 0 | 1 | 0.48 | 0.90 | 328.8 | 1 | 0.05 |
| Hex | 19 | 0 | D | 0 | 64 | 30 | 5A | 149 | 64 | 5 |
| Octal | 31 | 0 | 15 | 0 | 144 | 60 | 132 | 511 | 144 | 5 |
| Binary | 11001 | 0 | 1101 | 0 | 1100100 | 110000 | 1011010 | 101001001 | 1100100 | 101 |
Color Harmonies of #19000D
Complementary color
Monochromatic Colors of #19000D
Black with #19000D
Text Example
Text Example
White with #19000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19000D; }
p { color: rgb(25,0,13); }
H1.HeaderClassName
{
color: #19000D;
}
.AnyTagClassName
{
color: #19000D;
}
</style>
background-color css
<style>
a { background-color: #19000D; }
a { background-color: rgb(25,0,13); }
div.DivClassName
{
background-color: #19000D;
}
.BgClassName
{
background-color: #19000D;
}
</style>
border-color css
<style>
span { border-color: #19000D; }
span { border-color: rgb(25,0,13); }
td.TdClassName
{
border-color: #19000D;
}
.TagClassName
{
border-color: #19000D;
}
</style>