Shades of Carmine #941128
Tints of Carmine #941128
RGB
CMYK
RGB Variations
Color information
#941128 (or 0x941128) is known color: Carmine. HEX triplet: 94, 11 and 28. RGB value is (148,17,40). Sum of RGB (Red+Green+Blue) = 148+17+40=205 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.20% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 148 - color contains mainly: red. Hex color #941128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941128 is #6BEED7. Grayscale: #3A3A3A. Windows color (decimal): -7073496 or 2625940. OLE color: 2625940.
HSL color Cylindrical-coordinate representation of color #941128: hue angle of 349.47º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #941128 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 17 | 40 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.42 |
| HSL | 349.47º | 0.79% | 0.32% | - |
| HSV(B) | 349.47º | 0.89% | 0.58% | - |
| XYZ | 12.8 | 6.85 | 2.66 | - |
| YUV | 58.79 | 117.4 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 17 | 40 | 0 | 0.89 | 0.73 | 0.42 | 349.47 | 0.79 | 0.32 |
| Hex | 94 | 11 | 28 | 0 | 59 | 49 | 2A | 15D | 4F | 20 |
| Octal | 224 | 21 | 50 | 0 | 131 | 111 | 52 | 535 | 117 | 40 |
| Binary | 10010100 | 10001 | 101000 | 0 | 1011001 | 1001001 | 101010 | 101011101 | 1001111 | 100000 |
Color Harmonies of #941128
Complementary color
Monochromatic Colors of #941128
Black with #941128
Text Example
Text Example
White with #941128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941128; }
p { color: rgb(148,17,40); }
H1.HeaderClassName
{
color: #941128;
}
.AnyTagClassName
{
color: #941128;
}
</style>
background-color css
<style>
a { background-color: #941128; }
a { background-color: rgb(148,17,40); }
div.DivClassName
{
background-color: #941128;
}
.BgClassName
{
background-color: #941128;
}
</style>
border-color css
<style>
span { border-color: #941128; }
span { border-color: rgb(148,17,40); }
td.TdClassName
{
border-color: #941128;
}
.TagClassName
{
border-color: #941128;
}
</style>