Shades of Carmine #910017
Tints of Carmine #910017
RGB
CMYK
RGB Variations
Color information
#910017 (or 0x910017) is known color: Carmine. HEX triplet: 91, 00 and 17. RGB value is (145,0,23). Sum of RGB (Red+Green+Blue) = 145+0+23=168 (22% of max value = 765). Red value is 145 (57.03% from 255 or 86.31% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 23 (9.38% from 255 or 13.69% from 168); Max value from RGB is 145 - color contains mainly: red. Hex color #910017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910017 is #6EFFE8. Grayscale: #2E2E2E. Windows color (decimal): -7274473 or 1507473. OLE color: 1507473.
HSL color Cylindrical-coordinate representation of color #910017: hue angle of 350.48º 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 #910017 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.84 | 0.43 |
| HSL | 350.48º | 1% | 0.28% | - |
| HSV(B) | 350.48º | 1% | 0.57% | - |
| XYZ | 11.83 | 6.08 | 1.36 | - |
| YUV | 45.98 | 115.04 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 23 | 0 | 1 | 0.84 | 0.43 | 350.48 | 1 | 0.28 |
| Hex | 91 | 0 | 17 | 0 | 64 | 54 | 2B | 15E | 64 | 1C |
| Octal | 221 | 0 | 27 | 0 | 144 | 124 | 53 | 536 | 144 | 34 |
| Binary | 10010001 | 0 | 10111 | 0 | 1100100 | 1010100 | 101011 | 101011110 | 1100100 | 11100 |
Color Harmonies of #910017
Complementary color
Monochromatic Colors of #910017
Black with #910017
Text Example
Text Example
White with #910017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910017; }
p { color: rgb(145,0,23); }
H1.HeaderClassName
{
color: #910017;
}
.AnyTagClassName
{
color: #910017;
}
</style>
background-color css
<style>
a { background-color: #910017; }
a { background-color: rgb(145,0,23); }
div.DivClassName
{
background-color: #910017;
}
.BgClassName
{
background-color: #910017;
}
</style>
border-color css
<style>
span { border-color: #910017; }
span { border-color: rgb(145,0,23); }
td.TdClassName
{
border-color: #910017;
}
.TagClassName
{
border-color: #910017;
}
</style>