Shades of Rustic Red #19090D
Tints of Rustic Red #19090D
RGB
CMYK
RGB Variations
Color information
#19090D (or 0x19090D) is known color: Rustic Red. HEX triplet: 19, 09 and 0D. RGB value is (25,9,13). Sum of RGB (Red+Green+Blue) = 25+9+13=47 (6% of max value = 765). Red value is 25 (10.16% from 255 or 53.19% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 25 - color contains mainly: red. Hex color #19090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19090D is #E6F6F2. Grayscale: #0E0E0E. Windows color (decimal): -15136499 or 854297. OLE color: 854297.
HSL color Cylindrical-coordinate representation of color #19090D: hue angle of 345º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #19090D is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 9 | 13 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.90 |
| HSL | 345º | 0.47% | 0.07% | - |
| HSV(B) | 345º | 0.64% | 0.1% | - |
| XYZ | 0.57 | 0.43 | 0.43 | - |
| YUV | 14.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 13 | 0 | 0.64 | 0.48 | 0.90 | 345 | 0.47 | 0.07 |
| Hex | 19 | 9 | D | 0 | 40 | 30 | 5A | 159 | 2F | 7 |
| Octal | 31 | 11 | 15 | 0 | 100 | 60 | 132 | 531 | 57 | 7 |
| Binary | 11001 | 1001 | 1101 | 0 | 1000000 | 110000 | 1011010 | 101011001 | 101111 | 111 |
Color Harmonies of #19090D
Complementary color
Monochromatic Colors of #19090D
Black with #19090D
Text Example
Text Example
White with #19090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19090D; }
p { color: rgb(25,9,13); }
H1.HeaderClassName
{
color: #19090D;
}
.AnyTagClassName
{
color: #19090D;
}
</style>
background-color css
<style>
a { background-color: #19090D; }
a { background-color: rgb(25,9,13); }
div.DivClassName
{
background-color: #19090D;
}
.BgClassName
{
background-color: #19090D;
}
</style>
border-color css
<style>
span { border-color: #19090D; }
span { border-color: rgb(25,9,13); }
td.TdClassName
{
border-color: #19090D;
}
.TagClassName
{
border-color: #19090D;
}
</style>