Shades of Carmine #940C1D
Tints of Carmine #940C1D
RGB
CMYK
RGB Variations
Color information
#940C1D (or 0x940C1D) is known color: Carmine. HEX triplet: 94, 0C and 1D. RGB value is (148,12,29). Sum of RGB (Red+Green+Blue) = 148+12+29=189 (25% of max value = 765). Red value is 148 (58.20% from 255 or 78.31% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 148 - color contains mainly: red. Hex color #940C1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940C1D is #6BF3E2. Grayscale: #363636. Windows color (decimal): -7074787 or 1903764. OLE color: 1903764.
HSL color Cylindrical-coordinate representation of color #940C1D: hue angle of 352.5º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940C1D is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 12 | 29 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.42 |
| HSL | 352.5º | 0.85% | 0.31% | - |
| HSV(B) | 352.5º | 0.92% | 0.58% | - |
| XYZ | 12.57 | 6.65 | 1.78 | - |
| YUV | 54.6 | 113.56 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 29 | 0 | 0.92 | 0.80 | 0.42 | 352.5 | 0.85 | 0.31 |
| Hex | 94 | C | 1D | 0 | 5C | 50 | 2A | 160 | 55 | 1F |
| Octal | 224 | 14 | 35 | 0 | 134 | 120 | 52 | 540 | 125 | 37 |
| Binary | 10010100 | 1100 | 11101 | 0 | 1011100 | 1010000 | 101010 | 101100000 | 1010101 | 11111 |
Color Harmonies of #940C1D
Complementary color
Monochromatic Colors of #940C1D
Black with #940C1D
Text Example
Text Example
White with #940C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940C1D; }
p { color: rgb(148,12,29); }
H1.HeaderClassName
{
color: #940C1D;
}
.AnyTagClassName
{
color: #940C1D;
}
</style>
background-color css
<style>
a { background-color: #940C1D; }
a { background-color: rgb(148,12,29); }
div.DivClassName
{
background-color: #940C1D;
}
.BgClassName
{
background-color: #940C1D;
}
</style>
border-color css
<style>
span { border-color: #940C1D; }
span { border-color: rgb(148,12,29); }
td.TdClassName
{
border-color: #940C1D;
}
.TagClassName
{
border-color: #940C1D;
}
</style>