Shades of Carmine #911124
Tints of Carmine #911124
RGB
CMYK
RGB Variations
Color information
#911124 (or 0x911124) is known color: Carmine. HEX triplet: 91, 11 and 24. RGB value is (145,17,36). Sum of RGB (Red+Green+Blue) = 145+17+36=198 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.23% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 145 - color contains mainly: red. Hex color #911124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911124 is #6EEEDB. Grayscale: #393939. Windows color (decimal): -7270108 or 2363793. OLE color: 2363793.
HSL color Cylindrical-coordinate representation of color #911124: hue angle of 351.09º degrees, saturation: 0.79, 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 #911124 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 17 | 36 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.43 |
| HSL | 351.09º | 0.79% | 0.32% | - |
| HSV(B) | 351.09º | 0.88% | 0.57% | - |
| XYZ | 12.2 | 6.55 | 2.29 | - |
| YUV | 57.44 | 115.91 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 17 | 36 | 0 | 0.88 | 0.75 | 0.43 | 351.09 | 0.79 | 0.32 |
| Hex | 91 | 11 | 24 | 0 | 58 | 4B | 2B | 15F | 4F | 20 |
| Octal | 221 | 21 | 44 | 0 | 130 | 113 | 53 | 537 | 117 | 40 |
| Binary | 10010001 | 10001 | 100100 | 0 | 1011000 | 1001011 | 101011 | 101011111 | 1001111 | 100000 |
Color Harmonies of #911124
Complementary color
Monochromatic Colors of #911124
Black with #911124
Text Example
Text Example
White with #911124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911124; }
p { color: rgb(145,17,36); }
H1.HeaderClassName
{
color: #911124;
}
.AnyTagClassName
{
color: #911124;
}
</style>
background-color css
<style>
a { background-color: #911124; }
a { background-color: rgb(145,17,36); }
div.DivClassName
{
background-color: #911124;
}
.BgClassName
{
background-color: #911124;
}
</style>
border-color css
<style>
span { border-color: #911124; }
span { border-color: rgb(145,17,36); }
td.TdClassName
{
border-color: #911124;
}
.TagClassName
{
border-color: #911124;
}
</style>