Shades of Carmine #931019
Tints of Carmine #931019
RGB
CMYK
RGB Variations
Color information
#931019 (or 0x931019) is known color: Carmine. HEX triplet: 93, 10 and 19. RGB value is (147,16,25). Sum of RGB (Red+Green+Blue) = 147+16+25=188 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.19% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 147 - color contains mainly: red. Hex color #931019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931019 is #6CEFE6. Grayscale: #383838. Windows color (decimal): -7139303 or 1642643. OLE color: 1642643.
HSL color Cylindrical-coordinate representation of color #931019: hue angle of 355.88º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #931019 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 16 | 25 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.42 |
| HSL | 355.88º | 0.8% | 0.32% | - |
| HSV(B) | 355.88º | 0.89% | 0.58% | - |
| XYZ | 12.39 | 6.64 | 1.55 | - |
| YUV | 56.2 | 110.4 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 16 | 25 | 0 | 0.89 | 0.83 | 0.42 | 355.88 | 0.8 | 0.32 |
| Hex | 93 | 10 | 19 | 0 | 59 | 53 | 2A | 164 | 50 | 20 |
| Octal | 223 | 20 | 31 | 0 | 131 | 123 | 52 | 544 | 120 | 40 |
| Binary | 10010011 | 10000 | 11001 | 0 | 1011001 | 1010011 | 101010 | 101100100 | 1010000 | 100000 |
Color Harmonies of #931019
Complementary color
Monochromatic Colors of #931019
Black with #931019
Text Example
Text Example
White with #931019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931019; }
p { color: rgb(147,16,25); }
H1.HeaderClassName
{
color: #931019;
}
.AnyTagClassName
{
color: #931019;
}
</style>
background-color css
<style>
a { background-color: #931019; }
a { background-color: rgb(147,16,25); }
div.DivClassName
{
background-color: #931019;
}
.BgClassName
{
background-color: #931019;
}
</style>
border-color css
<style>
span { border-color: #931019; }
span { border-color: rgb(147,16,25); }
td.TdClassName
{
border-color: #931019;
}
.TagClassName
{
border-color: #931019;
}
</style>