Shades of Rustic Red #190A0F
Tints of Rustic Red #190A0F
RGB
CMYK
RGB Variations
Color information
#190A0F (or 0x190A0F) is known color: Rustic Red. HEX triplet: 19, 0A and 0F. RGB value is (25,10,15). Sum of RGB (Red+Green+Blue) = 25+10+15=50 (6% of max value = 765). Red value is 25 (10.16% from 255 or 50% from 50); Green value is 10 (4.30% from 255 or 20% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 25 - color contains mainly: red. Hex color #190A0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190A0F is #E6F5F0. Grayscale: #0F0F0F. Windows color (decimal): -15136241 or 985625. OLE color: 985625.
HSL color Cylindrical-coordinate representation of color #190A0F: hue angle of 340º degrees, saturation: 0.43, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #190A0F is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 10 | 15 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.90 |
| HSL | 340º | 0.43% | 0.07% | - |
| HSV(B) | 340º | 0.6% | 0.1% | - |
| XYZ | 0.6 | 0.46 | 0.51 | - |
| YUV | 15.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 10 | 15 | 0 | 0.60 | 0.40 | 0.90 | 340 | 0.43 | 0.07 |
| Hex | 19 | A | F | 0 | 3C | 28 | 5A | 154 | 2B | 7 |
| Octal | 31 | 12 | 17 | 0 | 74 | 50 | 132 | 524 | 53 | 7 |
| Binary | 11001 | 1010 | 1111 | 0 | 111100 | 101000 | 1011010 | 101010100 | 101011 | 111 |
Color Harmonies of #190A0F
Complementary color
Monochromatic Colors of #190A0F
Black with #190A0F
Text Example
Text Example
White with #190A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190A0F; }
p { color: rgb(25,10,15); }
H1.HeaderClassName
{
color: #190A0F;
}
.AnyTagClassName
{
color: #190A0F;
}
</style>
background-color css
<style>
a { background-color: #190A0F; }
a { background-color: rgb(25,10,15); }
div.DivClassName
{
background-color: #190A0F;
}
.BgClassName
{
background-color: #190A0F;
}
</style>
border-color css
<style>
span { border-color: #190A0F; }
span { border-color: rgb(25,10,15); }
td.TdClassName
{
border-color: #190A0F;
}
.TagClassName
{
border-color: #190A0F;
}
</style>