Shades of Rustic Red #190C12
Tints of Rustic Red #190C12
RGB
CMYK
RGB Variations
Color information
#190C12 (or 0x190C12) is known color: Rustic Red. HEX triplet: 19, 0C and 12. RGB value is (25,12,18). Sum of RGB (Red+Green+Blue) = 25+12+18=55 (7% of max value = 765). Red value is 25 (10.16% from 255 or 45.45% from 55); Green value is 12 (5.08% from 255 or 21.82% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 25 - color contains mainly: red. Hex color #190C12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190C12 is #E6F3ED. Grayscale: #101010. Windows color (decimal): -15135726 or 1182745. OLE color: 1182745.
HSL color Cylindrical-coordinate representation of color #190C12: hue angle of 332.31º 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 #190C12 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 12 | 18 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.90 |
| HSL | 332.31º | 0.35% | 0.07% | - |
| HSV(B) | 332.31º | 0.52% | 0.1% | - |
| XYZ | 0.64 | 0.51 | 0.64 | - |
| YUV | 16.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 18 | 0 | 0.52 | 0.28 | 0.90 | 332.31 | 0.35 | 0.07 |
| Hex | 19 | C | 12 | 0 | 34 | 1C | 5A | 14C | 23 | 7 |
| Octal | 31 | 14 | 22 | 0 | 64 | 34 | 132 | 514 | 43 | 7 |
| Binary | 11001 | 1100 | 10010 | 0 | 110100 | 11100 | 1011010 | 101001100 | 100011 | 111 |
Color Harmonies of #190C12
Complementary color
Monochromatic Colors of #190C12
Black with #190C12
Text Example
Text Example
White with #190C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190C12; }
p { color: rgb(25,12,18); }
H1.HeaderClassName
{
color: #190C12;
}
.AnyTagClassName
{
color: #190C12;
}
</style>
background-color css
<style>
a { background-color: #190C12; }
a { background-color: rgb(25,12,18); }
div.DivClassName
{
background-color: #190C12;
}
.BgClassName
{
background-color: #190C12;
}
</style>
border-color css
<style>
span { border-color: #190C12; }
span { border-color: rgb(25,12,18); }
td.TdClassName
{
border-color: #190C12;
}
.TagClassName
{
border-color: #190C12;
}
</style>