Shades of Carmine #911229
Tints of Carmine #911229
RGB
CMYK
RGB Variations
Color information
#911229 (or 0x911229) is known color: Carmine. HEX triplet: 91, 12 and 29. RGB value is (145,18,41). Sum of RGB (Red+Green+Blue) = 145+18+41=204 (27% of max value = 765). Red value is 145 (57.03% from 255 or 71.08% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 145 - color contains mainly: red. Hex color #911229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911229 is #6EEDD6. Grayscale: #3A3A3A. Windows color (decimal): -7269847 or 2691729. OLE color: 2691729.
HSL color Cylindrical-coordinate representation of color #911229: hue angle of 349.13º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #911229 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 18 | 41 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.43 |
| HSL | 349.13º | 0.78% | 0.32% | - |
| HSV(B) | 349.13º | 0.88% | 0.57% | - |
| XYZ | 12.29 | 6.61 | 2.73 | - |
| YUV | 58.6 | 118.08 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 18 | 41 | 0 | 0.88 | 0.72 | 0.43 | 349.13 | 0.78 | 0.32 |
| Hex | 91 | 12 | 29 | 0 | 58 | 48 | 2B | 15D | 4E | 20 |
| Octal | 221 | 22 | 51 | 0 | 130 | 110 | 53 | 535 | 116 | 40 |
| Binary | 10010001 | 10010 | 101001 | 0 | 1011000 | 1001000 | 101011 | 101011101 | 1001110 | 100000 |
Color Harmonies of #911229
Complementary color
Monochromatic Colors of #911229
Black with #911229
Text Example
Text Example
White with #911229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911229; }
p { color: rgb(145,18,41); }
H1.HeaderClassName
{
color: #911229;
}
.AnyTagClassName
{
color: #911229;
}
</style>
background-color css
<style>
a { background-color: #911229; }
a { background-color: rgb(145,18,41); }
div.DivClassName
{
background-color: #911229;
}
.BgClassName
{
background-color: #911229;
}
</style>
border-color css
<style>
span { border-color: #911229; }
span { border-color: rgb(145,18,41); }
td.TdClassName
{
border-color: #911229;
}
.TagClassName
{
border-color: #911229;
}
</style>