Shades of Carmine #940D1C
Tints of Carmine #940D1C
RGB
CMYK
RGB Variations
Color information
#940D1C (or 0x940D1C) is known color: Carmine. HEX triplet: 94, 0D and 1C. RGB value is (148,13,28). Sum of RGB (Red+Green+Blue) = 148+13+28=189 (25% of max value = 765). Red value is 148 (58.20% from 255 or 78.31% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 148 - color contains mainly: red. Hex color #940D1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940D1C is #6BF2E3. Grayscale: #373737. Windows color (decimal): -7074532 or 1838484. OLE color: 1838484.
HSL color Cylindrical-coordinate representation of color #940D1C: hue angle of 353.33º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940D1C is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 13 | 28 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.42 |
| HSL | 353.33º | 0.84% | 0.32% | - |
| HSV(B) | 353.33º | 0.91% | 0.58% | - |
| XYZ | 12.57 | 6.67 | 1.72 | - |
| YUV | 55.08 | 112.73 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 28 | 0 | 0.91 | 0.81 | 0.42 | 353.33 | 0.84 | 0.32 |
| Hex | 94 | D | 1C | 0 | 5B | 51 | 2A | 161 | 54 | 20 |
| Octal | 224 | 15 | 34 | 0 | 133 | 121 | 52 | 541 | 124 | 40 |
| Binary | 10010100 | 1101 | 11100 | 0 | 1011011 | 1010001 | 101010 | 101100001 | 1010100 | 100000 |
Color Harmonies of #940D1C
Complementary color
Monochromatic Colors of #940D1C
Black with #940D1C
Text Example
Text Example
White with #940D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940D1C; }
p { color: rgb(148,13,28); }
H1.HeaderClassName
{
color: #940D1C;
}
.AnyTagClassName
{
color: #940D1C;
}
</style>
background-color css
<style>
a { background-color: #940D1C; }
a { background-color: rgb(148,13,28); }
div.DivClassName
{
background-color: #940D1C;
}
.BgClassName
{
background-color: #940D1C;
}
</style>
border-color css
<style>
span { border-color: #940D1C; }
span { border-color: rgb(148,13,28); }
td.TdClassName
{
border-color: #940D1C;
}
.TagClassName
{
border-color: #940D1C;
}
</style>