Shades of Rustic Red #190C0F
Tints of Rustic Red #190C0F
RGB
CMYK
RGB Variations
Color information
#190C0F (or 0x190C0F) is known color: Rustic Red. HEX triplet: 19, 0C and 0F. RGB value is (25,12,15). Sum of RGB (Red+Green+Blue) = 25+12+15=52 (6% of max value = 765). Red value is 25 (10.16% from 255 or 48.08% from 52); Green value is 12 (5.08% from 255 or 23.08% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 25 - color contains mainly: red. Hex color #190C0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190C0F is #E6F3F0. Grayscale: #101010. Windows color (decimal): -15135729 or 986137. OLE color: 986137.
HSL color Cylindrical-coordinate representation of color #190C0F: hue angle of 346.15º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #190C0F is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 12 | 15 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.90 |
| HSL | 346.15º | 0.35% | 0.07% | - |
| HSV(B) | 346.15º | 0.52% | 0.1% | - |
| XYZ | 0.62 | 0.5 | 0.52 | - |
| YUV | 16.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 15 | 0 | 0.52 | 0.40 | 0.90 | 346.15 | 0.35 | 0.07 |
| Hex | 19 | C | F | 0 | 34 | 28 | 5A | 15A | 23 | 7 |
| Octal | 31 | 14 | 17 | 0 | 64 | 50 | 132 | 532 | 43 | 7 |
| Binary | 11001 | 1100 | 1111 | 0 | 110100 | 101000 | 1011010 | 101011010 | 100011 | 111 |
Color Harmonies of #190C0F
Complementary color
Monochromatic Colors of #190C0F
Black with #190C0F
Text Example
Text Example
White with #190C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190C0F; }
p { color: rgb(25,12,15); }
H1.HeaderClassName
{
color: #190C0F;
}
.AnyTagClassName
{
color: #190C0F;
}
</style>
background-color css
<style>
a { background-color: #190C0F; }
a { background-color: rgb(25,12,15); }
div.DivClassName
{
background-color: #190C0F;
}
.BgClassName
{
background-color: #190C0F;
}
</style>
border-color css
<style>
span { border-color: #190C0F; }
span { border-color: rgb(25,12,15); }
td.TdClassName
{
border-color: #190C0F;
}
.TagClassName
{
border-color: #190C0F;
}
</style>