Shades of Rustic Red #19070F
Tints of Rustic Red #19070F
RGB
CMYK
RGB Variations
Color information
#19070F (or 0x19070F) is known color: Rustic Red. HEX triplet: 19, 07 and 0F. RGB value is (25,7,15). Sum of RGB (Red+Green+Blue) = 25+7+15=47 (6% of max value = 765). Red value is 25 (10.16% from 255 or 53.19% from 47); Green value is 7 (3.12% from 255 or 14.89% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 25 - color contains mainly: red. Hex color #19070F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19070F is #E6F8F0. Grayscale: #0D0D0D. Windows color (decimal): -15137009 or 984857. OLE color: 984857.
HSL color Cylindrical-coordinate representation of color #19070F: hue angle of 333.33º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19070F is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 7 | 15 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.90 |
| HSL | 333.33º | 0.56% | 0.06% | - |
| HSV(B) | 333.33º | 0.72% | 0.1% | - |
| XYZ | 0.56 | 0.39 | 0.5 | - |
| YUV | 13.29 | 128.96 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 15 | 0 | 0.72 | 0.40 | 0.90 | 333.33 | 0.56 | 0.06 |
| Hex | 19 | 7 | F | 0 | 48 | 28 | 5A | 14D | 38 | 6 |
| Octal | 31 | 7 | 17 | 0 | 110 | 50 | 132 | 515 | 70 | 6 |
| Binary | 11001 | 111 | 1111 | 0 | 1001000 | 101000 | 1011010 | 101001101 | 111000 | 110 |
Color Harmonies of #19070F
Complementary color
Monochromatic Colors of #19070F
Black with #19070F
Text Example
Text Example
White with #19070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19070F; }
p { color: rgb(25,7,15); }
H1.HeaderClassName
{
color: #19070F;
}
.AnyTagClassName
{
color: #19070F;
}
</style>
background-color css
<style>
a { background-color: #19070F; }
a { background-color: rgb(25,7,15); }
div.DivClassName
{
background-color: #19070F;
}
.BgClassName
{
background-color: #19070F;
}
</style>
border-color css
<style>
span { border-color: #19070F; }
span { border-color: rgb(25,7,15); }
td.TdClassName
{
border-color: #19070F;
}
.TagClassName
{
border-color: #19070F;
}
</style>