Shades of Carmine #941122
Tints of Carmine #941122
RGB
CMYK
RGB Variations
Color information
#941122 (or 0x941122) is known color: Carmine. HEX triplet: 94, 11 and 22. RGB value is (148,17,34). Sum of RGB (Red+Green+Blue) = 148+17+34=199 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.37% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 148 - color contains mainly: red. Hex color #941122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941122 is #6BEEDD. Grayscale: #3A3A3A. Windows color (decimal): -7073502 or 2232724. OLE color: 2232724.
HSL color Cylindrical-coordinate representation of color #941122: hue angle of 352.21º 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 #941122 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 17 | 34 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.42 |
| HSL | 352.21º | 0.79% | 0.32% | - |
| HSV(B) | 352.21º | 0.89% | 0.58% | - |
| XYZ | 12.7 | 6.81 | 2.16 | - |
| YUV | 58.11 | 114.4 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 17 | 34 | 0 | 0.89 | 0.77 | 0.42 | 352.21 | 0.79 | 0.32 |
| Hex | 94 | 11 | 22 | 0 | 59 | 4D | 2A | 160 | 4F | 20 |
| Octal | 224 | 21 | 42 | 0 | 131 | 115 | 52 | 540 | 117 | 40 |
| Binary | 10010100 | 10001 | 100010 | 0 | 1011001 | 1001101 | 101010 | 101100000 | 1001111 | 100000 |
Color Harmonies of #941122
Complementary color
Monochromatic Colors of #941122
Black with #941122
Text Example
Text Example
White with #941122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941122; }
p { color: rgb(148,17,34); }
H1.HeaderClassName
{
color: #941122;
}
.AnyTagClassName
{
color: #941122;
}
</style>
background-color css
<style>
a { background-color: #941122; }
a { background-color: rgb(148,17,34); }
div.DivClassName
{
background-color: #941122;
}
.BgClassName
{
background-color: #941122;
}
</style>
border-color css
<style>
span { border-color: #941122; }
span { border-color: rgb(148,17,34); }
td.TdClassName
{
border-color: #941122;
}
.TagClassName
{
border-color: #941122;
}
</style>