Shades of Carmine #910E22
Tints of Carmine #910E22
RGB
CMYK
RGB Variations
Color information
#910E22 (or 0x910E22) is known color: Carmine. HEX triplet: 91, 0E and 22. RGB value is (145,14,34). Sum of RGB (Red+Green+Blue) = 145+14+34=193 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.13% from 193); Green value is 14 (5.86% from 255 or 7.25% from 193); Blue value is 34 (13.67% from 255 or 17.62% from 193); Max value from RGB is 145 - color contains mainly: red. Hex color #910E22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910E22 is #6EF1DD. Grayscale: #373737. Windows color (decimal): -7270878 or 2231953. OLE color: 2231953.
HSL color Cylindrical-coordinate representation of color #910E22: hue angle of 350.84º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910E22 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 14 | 34 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.43 |
| HSL | 350.84º | 0.82% | 0.31% | - |
| HSV(B) | 350.84º | 0.9% | 0.57% | - |
| XYZ | 12.12 | 6.45 | 2.12 | - |
| YUV | 55.45 | 115.9 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 34 | 0 | 0.90 | 0.77 | 0.43 | 350.84 | 0.82 | 0.31 |
| Hex | 91 | E | 22 | 0 | 5A | 4D | 2B | 15F | 52 | 1F |
| Octal | 221 | 16 | 42 | 0 | 132 | 115 | 53 | 537 | 122 | 37 |
| Binary | 10010001 | 1110 | 100010 | 0 | 1011010 | 1001101 | 101011 | 101011111 | 1010010 | 11111 |
Color Harmonies of #910E22
Complementary color
Monochromatic Colors of #910E22
Black with #910E22
Text Example
Text Example
White with #910E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910E22; }
p { color: rgb(145,14,34); }
H1.HeaderClassName
{
color: #910E22;
}
.AnyTagClassName
{
color: #910E22;
}
</style>
background-color css
<style>
a { background-color: #910E22; }
a { background-color: rgb(145,14,34); }
div.DivClassName
{
background-color: #910E22;
}
.BgClassName
{
background-color: #910E22;
}
</style>
border-color css
<style>
span { border-color: #910E22; }
span { border-color: rgb(145,14,34); }
td.TdClassName
{
border-color: #910E22;
}
.TagClassName
{
border-color: #910E22;
}
</style>