Shades of Rustic Red #190710
Tints of Rustic Red #190710
RGB
CMYK
RGB Variations
Color information
#190710 (or 0x190710) is known color: Rustic Red. HEX triplet: 19, 07 and 10. RGB value is (25,7,16). Sum of RGB (Red+Green+Blue) = 25+7+16=48 (6% of max value = 765). Red value is 25 (10.16% from 255 or 52.08% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 16 (6.64% from 255 or 33.33% from 48); Max value from RGB is 25 - color contains mainly: red. Hex color #190710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190710 is #E6F8EF. Grayscale: #0D0D0D. Windows color (decimal): -15137008 or 1050393. OLE color: 1050393.
HSL color Cylindrical-coordinate representation of color #190710: hue angle of 330º 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 #190710 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 7 | 16 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.90 |
| HSL | 330º | 0.56% | 0.06% | - |
| HSV(B) | 330º | 0.72% | 0.1% | - |
| XYZ | 0.57 | 0.4 | 0.54 | - |
| YUV | 13.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 16 | 0 | 0.72 | 0.36 | 0.90 | 330 | 0.56 | 0.06 |
| Hex | 19 | 7 | 10 | 0 | 48 | 24 | 5A | 14A | 38 | 6 |
| Octal | 31 | 7 | 20 | 0 | 110 | 44 | 132 | 512 | 70 | 6 |
| Binary | 11001 | 111 | 10000 | 0 | 1001000 | 100100 | 1011010 | 101001010 | 111000 | 110 |
Color Harmonies of #190710
Complementary color
Monochromatic Colors of #190710
Black with #190710
Text Example
Text Example
White with #190710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190710; }
p { color: rgb(25,7,16); }
H1.HeaderClassName
{
color: #190710;
}
.AnyTagClassName
{
color: #190710;
}
</style>
background-color css
<style>
a { background-color: #190710; }
a { background-color: rgb(25,7,16); }
div.DivClassName
{
background-color: #190710;
}
.BgClassName
{
background-color: #190710;
}
</style>
border-color css
<style>
span { border-color: #190710; }
span { border-color: rgb(25,7,16); }
td.TdClassName
{
border-color: #190710;
}
.TagClassName
{
border-color: #190710;
}
</style>