Shades of Carmine #911022
Tints of Carmine #911022
RGB
CMYK
RGB Variations
Color information
#911022 (or 0x911022) is known color: Carmine. HEX triplet: 91, 10 and 22. RGB value is (145,16,34). Sum of RGB (Red+Green+Blue) = 145+16+34=195 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.36% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 145 - color contains mainly: red. Hex color #911022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911022 is #6EEFDD. Grayscale: #383838. Windows color (decimal): -7270366 or 2232465. OLE color: 2232465.
HSL color Cylindrical-coordinate representation of color #911022: hue angle of 351.63º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #911022 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 16 | 34 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.43 |
| HSL | 351.63º | 0.8% | 0.32% | - |
| HSV(B) | 351.63º | 0.89% | 0.57% | - |
| XYZ | 12.15 | 6.51 | 2.13 | - |
| YUV | 56.62 | 115.24 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 34 | 0 | 0.89 | 0.77 | 0.43 | 351.63 | 0.8 | 0.32 |
| Hex | 91 | 10 | 22 | 0 | 59 | 4D | 2B | 160 | 50 | 20 |
| Octal | 221 | 20 | 42 | 0 | 131 | 115 | 53 | 540 | 120 | 40 |
| Binary | 10010001 | 10000 | 100010 | 0 | 1011001 | 1001101 | 101011 | 101100000 | 1010000 | 100000 |
Color Harmonies of #911022
Complementary color
Monochromatic Colors of #911022
Black with #911022
Text Example
Text Example
White with #911022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911022; }
p { color: rgb(145,16,34); }
H1.HeaderClassName
{
color: #911022;
}
.AnyTagClassName
{
color: #911022;
}
</style>
background-color css
<style>
a { background-color: #911022; }
a { background-color: rgb(145,16,34); }
div.DivClassName
{
background-color: #911022;
}
.BgClassName
{
background-color: #911022;
}
</style>
border-color css
<style>
span { border-color: #911022; }
span { border-color: rgb(145,16,34); }
td.TdClassName
{
border-color: #911022;
}
.TagClassName
{
border-color: #911022;
}
</style>