Shades of Rustic Red #19090F
Tints of Rustic Red #19090F
RGB
CMYK
RGB Variations
Color information
#19090F (or 0x19090F) is known color: Rustic Red. HEX triplet: 19, 09 and 0F. RGB value is (25,9,15). Sum of RGB (Red+Green+Blue) = 25+9+15=49 (6% of max value = 765). Red value is 25 (10.16% from 255 or 51.02% from 49); Green value is 9 (3.91% from 255 or 18.37% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 25 - color contains mainly: red. Hex color #19090F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19090F is #E6F6F0. Grayscale: #0E0E0E. Windows color (decimal): -15136497 or 985369. OLE color: 985369.
HSL color Cylindrical-coordinate representation of color #19090F: hue angle of 337.5º 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 #19090F is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 9 | 15 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.90 |
| HSL | 337.5º | 0.47% | 0.07% | - |
| HSV(B) | 337.5º | 0.64% | 0.1% | - |
| XYZ | 0.58 | 0.44 | 0.51 | - |
| YUV | 14.47 | 128.3 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 15 | 0 | 0.64 | 0.40 | 0.90 | 337.5 | 0.47 | 0.07 |
| Hex | 19 | 9 | F | 0 | 40 | 28 | 5A | 152 | 2F | 7 |
| Octal | 31 | 11 | 17 | 0 | 100 | 50 | 132 | 522 | 57 | 7 |
| Binary | 11001 | 1001 | 1111 | 0 | 1000000 | 101000 | 1011010 | 101010010 | 101111 | 111 |
Color Harmonies of #19090F
Complementary color
Monochromatic Colors of #19090F
Black with #19090F
Text Example
Text Example
White with #19090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19090F; }
p { color: rgb(25,9,15); }
H1.HeaderClassName
{
color: #19090F;
}
.AnyTagClassName
{
color: #19090F;
}
</style>
background-color css
<style>
a { background-color: #19090F; }
a { background-color: rgb(25,9,15); }
div.DivClassName
{
background-color: #19090F;
}
.BgClassName
{
background-color: #19090F;
}
</style>
border-color css
<style>
span { border-color: #19090F; }
span { border-color: rgb(25,9,15); }
td.TdClassName
{
border-color: #19090F;
}
.TagClassName
{
border-color: #19090F;
}
</style>