Shades of Carmine #940C2D
Tints of Carmine #940C2D
RGB
CMYK
RGB Variations
Color information
#940C2D (or 0x940C2D) is known color: Carmine. HEX triplet: 94, 0C and 2D. RGB value is (148,12,45). Sum of RGB (Red+Green+Blue) = 148+12+45=205 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.20% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 148 - color contains mainly: red. Hex color #940C2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940C2D is #6BF3D2. Grayscale: #383838. Windows color (decimal): -7074771 or 2952340. OLE color: 2952340.
HSL color Cylindrical-coordinate representation of color #940C2D: hue angle of 345.44º 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 #940C2D is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 12 | 45 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.42 |
| HSL | 345.44º | 0.85% | 0.31% | - |
| HSV(B) | 345.44º | 0.92% | 0.58% | - |
| XYZ | 12.82 | 6.75 | 3.11 | - |
| YUV | 56.43 | 121.56 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 45 | 0 | 0.92 | 0.70 | 0.42 | 345.44 | 0.85 | 0.31 |
| Hex | 94 | C | 2D | 0 | 5C | 46 | 2A | 159 | 55 | 1F |
| Octal | 224 | 14 | 55 | 0 | 134 | 106 | 52 | 531 | 125 | 37 |
| Binary | 10010100 | 1100 | 101101 | 0 | 1011100 | 1000110 | 101010 | 101011001 | 1010101 | 11111 |
Color Harmonies of #940C2D
Complementary color
Monochromatic Colors of #940C2D
Black with #940C2D
Text Example
Text Example
White with #940C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940C2D; }
p { color: rgb(148,12,45); }
H1.HeaderClassName
{
color: #940C2D;
}
.AnyTagClassName
{
color: #940C2D;
}
</style>
background-color css
<style>
a { background-color: #940C2D; }
a { background-color: rgb(148,12,45); }
div.DivClassName
{
background-color: #940C2D;
}
.BgClassName
{
background-color: #940C2D;
}
</style>
border-color css
<style>
span { border-color: #940C2D; }
span { border-color: rgb(148,12,45); }
td.TdClassName
{
border-color: #940C2D;
}
.TagClassName
{
border-color: #940C2D;
}
</style>