Shades of Carmine #931520
Tints of Carmine #931520
RGB
CMYK
RGB Variations
Color information
#931520 (or 0x931520) is known color: Carmine. HEX triplet: 93, 15 and 20. RGB value is (147,21,32). Sum of RGB (Red+Green+Blue) = 147+21+32=200 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.5% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 147 - color contains mainly: red. Hex color #931520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931520 is #6CEADF. Grayscale: #3C3C3C. Windows color (decimal): -7138016 or 2102675. OLE color: 2102675.
HSL color Cylindrical-coordinate representation of color #931520: hue angle of 354.76º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #931520 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 21 | 32 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.42 |
| HSL | 354.76º | 0.75% | 0.33% | - |
| HSV(B) | 354.76º | 0.86% | 0.58% | - |
| XYZ | 12.56 | 6.84 | 2.03 | - |
| YUV | 59.93 | 112.24 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 21 | 32 | 0 | 0.86 | 0.78 | 0.42 | 354.76 | 0.75 | 0.33 |
| Hex | 93 | 15 | 20 | 0 | 56 | 4E | 2A | 163 | 4B | 21 |
| Octal | 223 | 25 | 40 | 0 | 126 | 116 | 52 | 543 | 113 | 41 |
| Binary | 10010011 | 10101 | 100000 | 0 | 1010110 | 1001110 | 101010 | 101100011 | 1001011 | 100001 |
Color Harmonies of #931520
Complementary color
Monochromatic Colors of #931520
Black with #931520
Text Example
Text Example
White with #931520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931520; }
p { color: rgb(147,21,32); }
H1.HeaderClassName
{
color: #931520;
}
.AnyTagClassName
{
color: #931520;
}
</style>
background-color css
<style>
a { background-color: #931520; }
a { background-color: rgb(147,21,32); }
div.DivClassName
{
background-color: #931520;
}
.BgClassName
{
background-color: #931520;
}
</style>
border-color css
<style>
span { border-color: #931520; }
span { border-color: rgb(147,21,32); }
td.TdClassName
{
border-color: #931520;
}
.TagClassName
{
border-color: #931520;
}
</style>