Shades of Carmine #930F1D
Tints of Carmine #930F1D
RGB
CMYK
RGB Variations
Color information
#930F1D (or 0x930F1D) is known color: Carmine. HEX triplet: 93, 0F and 1D. RGB value is (147,15,29). Sum of RGB (Red+Green+Blue) = 147+15+29=191 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.96% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 147 - color contains mainly: red. Hex color #930F1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930F1D is #6CF0E2. Grayscale: #383838. Windows color (decimal): -7139555 or 1904531. OLE color: 1904531.
HSL color Cylindrical-coordinate representation of color #930F1D: hue angle of 353.64º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #930F1D is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 15 | 29 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.42 |
| HSL | 353.64º | 0.81% | 0.32% | - |
| HSV(B) | 353.64º | 0.9% | 0.58% | - |
| XYZ | 12.43 | 6.63 | 1.79 | - |
| YUV | 56.06 | 112.73 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 15 | 29 | 0 | 0.90 | 0.80 | 0.42 | 353.64 | 0.81 | 0.32 |
| Hex | 93 | F | 1D | 0 | 5A | 50 | 2A | 162 | 51 | 20 |
| Octal | 223 | 17 | 35 | 0 | 132 | 120 | 52 | 542 | 121 | 40 |
| Binary | 10010011 | 1111 | 11101 | 0 | 1011010 | 1010000 | 101010 | 101100010 | 1010001 | 100000 |
Color Harmonies of #930F1D
Complementary color
Monochromatic Colors of #930F1D
Black with #930F1D
Text Example
Text Example
White with #930F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930F1D; }
p { color: rgb(147,15,29); }
H1.HeaderClassName
{
color: #930F1D;
}
.AnyTagClassName
{
color: #930F1D;
}
</style>
background-color css
<style>
a { background-color: #930F1D; }
a { background-color: rgb(147,15,29); }
div.DivClassName
{
background-color: #930F1D;
}
.BgClassName
{
background-color: #930F1D;
}
</style>
border-color css
<style>
span { border-color: #930F1D; }
span { border-color: rgb(147,15,29); }
td.TdClassName
{
border-color: #930F1D;
}
.TagClassName
{
border-color: #930F1D;
}
</style>