Shades of Carmine #910E26
Tints of Carmine #910E26
RGB
CMYK
RGB Variations
Color information
#910E26 (or 0x910E26) is known color: Carmine. HEX triplet: 91, 0E and 26. RGB value is (145,14,38). Sum of RGB (Red+Green+Blue) = 145+14+38=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #910E26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910E26 is #6EF1D9. Grayscale: #373737. Windows color (decimal): -7270874 or 2494097. OLE color: 2494097.
HSL color Cylindrical-coordinate representation of color #910E26: hue angle of 349.01º 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 #910E26 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 14 | 38 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.43 |
| HSL | 349.01º | 0.82% | 0.31% | - |
| HSV(B) | 349.01º | 0.9% | 0.57% | - |
| XYZ | 12.18 | 6.47 | 2.44 | - |
| YUV | 55.91 | 117.9 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 38 | 0 | 0.90 | 0.74 | 0.43 | 349.01 | 0.82 | 0.31 |
| Hex | 91 | E | 26 | 0 | 5A | 4A | 2B | 15D | 52 | 1F |
| Octal | 221 | 16 | 46 | 0 | 132 | 112 | 53 | 535 | 122 | 37 |
| Binary | 10010001 | 1110 | 100110 | 0 | 1011010 | 1001010 | 101011 | 101011101 | 1010010 | 11111 |
Color Harmonies of #910E26
Complementary color
Monochromatic Colors of #910E26
Black with #910E26
Text Example
Text Example
White with #910E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910E26; }
p { color: rgb(145,14,38); }
H1.HeaderClassName
{
color: #910E26;
}
.AnyTagClassName
{
color: #910E26;
}
</style>
background-color css
<style>
a { background-color: #910E26; }
a { background-color: rgb(145,14,38); }
div.DivClassName
{
background-color: #910E26;
}
.BgClassName
{
background-color: #910E26;
}
</style>
border-color css
<style>
span { border-color: #910E26; }
span { border-color: rgb(145,14,38); }
td.TdClassName
{
border-color: #910E26;
}
.TagClassName
{
border-color: #910E26;
}
</style>