Shades of Carmine #910119
Tints of Carmine #910119
RGB
CMYK
RGB Variations
Color information
#910119 (or 0x910119) is known color: Carmine. HEX triplet: 91, 01 and 19. RGB value is (145,1,25). Sum of RGB (Red+Green+Blue) = 145+1+25=171 (22% of max value = 765). Red value is 145 (57.03% from 255 or 84.80% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 25 (10.16% from 255 or 14.62% from 171); Max value from RGB is 145 - color contains mainly: red. Hex color #910119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910119 is #6EFEE6. Grayscale: #2E2E2E. Windows color (decimal): -7274215 or 1638801. OLE color: 1638801.
HSL color Cylindrical-coordinate representation of color #910119: hue angle of 350º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910119 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 25 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.43 |
| HSL | 350º | 0.99% | 0.29% | - |
| HSV(B) | 350º | 0.99% | 0.57% | - |
| XYZ | 11.86 | 6.11 | 1.47 | - |
| YUV | 46.79 | 115.71 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 25 | 0 | 0.99 | 0.83 | 0.43 | 350 | 0.99 | 0.29 |
| Hex | 91 | 1 | 19 | 0 | 63 | 53 | 2B | 15E | 63 | 1D |
| Octal | 221 | 1 | 31 | 0 | 143 | 123 | 53 | 536 | 143 | 35 |
| Binary | 10010001 | 1 | 11001 | 0 | 1100011 | 1010011 | 101011 | 101011110 | 1100011 | 11101 |
Color Harmonies of #910119
Complementary color
Monochromatic Colors of #910119
Black with #910119
Text Example
Text Example
White with #910119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910119; }
p { color: rgb(145,1,25); }
H1.HeaderClassName
{
color: #910119;
}
.AnyTagClassName
{
color: #910119;
}
</style>
background-color css
<style>
a { background-color: #910119; }
a { background-color: rgb(145,1,25); }
div.DivClassName
{
background-color: #910119;
}
.BgClassName
{
background-color: #910119;
}
</style>
border-color css
<style>
span { border-color: #910119; }
span { border-color: rgb(145,1,25); }
td.TdClassName
{
border-color: #910119;
}
.TagClassName
{
border-color: #910119;
}
</style>