Shades of Carmine #910022
Tints of Carmine #910022
RGB
CMYK
RGB Variations
Color information
#910022 (or 0x910022) is known color: Carmine. HEX triplet: 91, 00 and 22. RGB value is (145,0,34). Sum of RGB (Red+Green+Blue) = 145+0+34=179 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.01% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 34 (13.67% from 255 or 18.99% from 179); Max value from RGB is 145 - color contains mainly: red. Hex color #910022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910022 is #6EFFDD. Grayscale: #2F2F2F. Windows color (decimal): -7274462 or 2228369. OLE color: 2228369.
HSL color Cylindrical-coordinate representation of color #910022: hue angle of 345.93º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #910022 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.77 | 0.43 |
| HSL | 345.93º | 1% | 0.28% | - |
| HSV(B) | 345.93º | 1% | 0.57% | - |
| XYZ | 11.97 | 6.14 | 2.07 | - |
| YUV | 47.23 | 120.54 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 34 | 0 | 1 | 0.77 | 0.43 | 345.93 | 1 | 0.28 |
| Hex | 91 | 0 | 22 | 0 | 64 | 4D | 2B | 15A | 64 | 1C |
| Octal | 221 | 0 | 42 | 0 | 144 | 115 | 53 | 532 | 144 | 34 |
| Binary | 10010001 | 0 | 100010 | 0 | 1100100 | 1001101 | 101011 | 101011010 | 1100100 | 11100 |
Color Harmonies of #910022
Complementary color
Monochromatic Colors of #910022
Black with #910022
Text Example
Text Example
White with #910022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910022; }
p { color: rgb(145,0,34); }
H1.HeaderClassName
{
color: #910022;
}
.AnyTagClassName
{
color: #910022;
}
</style>
background-color css
<style>
a { background-color: #910022; }
a { background-color: rgb(145,0,34); }
div.DivClassName
{
background-color: #910022;
}
.BgClassName
{
background-color: #910022;
}
</style>
border-color css
<style>
span { border-color: #910022; }
span { border-color: rgb(145,0,34); }
td.TdClassName
{
border-color: #910022;
}
.TagClassName
{
border-color: #910022;
}
</style>