Shades of Carmine #910019
Tints of Carmine #910019
RGB
CMYK
RGB Variations
Color information
#910019 (or 0x910019) is known color: Carmine. HEX triplet: 91, 00 and 19. RGB value is (145,0,25). Sum of RGB (Red+Green+Blue) = 145+0+25=170 (22% of max value = 765). Red value is 145 (57.03% from 255 or 85.29% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 145 - color contains mainly: red. Hex color #910019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910019 is #6EFFE6. Grayscale: #2E2E2E. Windows color (decimal): -7274471 or 1638545. OLE color: 1638545.
HSL color Cylindrical-coordinate representation of color #910019: hue angle of 349.66º 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 #910019 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.83 | 0.43 |
| HSL | 349.66º | 1% | 0.28% | - |
| HSV(B) | 349.66º | 1% | 0.57% | - |
| XYZ | 11.85 | 6.09 | 1.47 | - |
| YUV | 46.21 | 116.04 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 25 | 0 | 1 | 0.83 | 0.43 | 349.66 | 1 | 0.28 |
| Hex | 91 | 0 | 19 | 0 | 64 | 53 | 2B | 15E | 64 | 1C |
| Octal | 221 | 0 | 31 | 0 | 144 | 123 | 53 | 536 | 144 | 34 |
| Binary | 10010001 | 0 | 11001 | 0 | 1100100 | 1010011 | 101011 | 101011110 | 1100100 | 11100 |
Color Harmonies of #910019
Complementary color
Monochromatic Colors of #910019
Black with #910019
Text Example
Text Example
White with #910019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910019; }
p { color: rgb(145,0,25); }
H1.HeaderClassName
{
color: #910019;
}
.AnyTagClassName
{
color: #910019;
}
</style>
background-color css
<style>
a { background-color: #910019; }
a { background-color: rgb(145,0,25); }
div.DivClassName
{
background-color: #910019;
}
.BgClassName
{
background-color: #910019;
}
</style>
border-color css
<style>
span { border-color: #910019; }
span { border-color: rgb(145,0,25); }
td.TdClassName
{
border-color: #910019;
}
.TagClassName
{
border-color: #910019;
}
</style>