Shades of Carmine #910A19
Tints of Carmine #910A19
RGB
CMYK
RGB Variations
Color information
#910A19 (or 0x910A19) is known color: Carmine. HEX triplet: 91, 0A and 19. RGB value is (145,10,25). Sum of RGB (Red+Green+Blue) = 145+10+25=180 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.56% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 145 - color contains mainly: red. Hex color #910A19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910A19 is #6EF5E6. Grayscale: #343434. Windows color (decimal): -7271911 or 1641105. OLE color: 1641105.
HSL color Cylindrical-coordinate representation of color #910A19: hue angle of 353.33º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910A19 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 25 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.43 |
| HSL | 353.33º | 0.87% | 0.3% | - |
| HSV(B) | 353.33º | 0.93% | 0.57% | - |
| XYZ | 11.96 | 6.31 | 1.51 | - |
| YUV | 52.08 | 112.73 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 25 | 0 | 0.93 | 0.83 | 0.43 | 353.33 | 0.87 | 0.3 |
| Hex | 91 | A | 19 | 0 | 5D | 53 | 2B | 161 | 57 | 1E |
| Octal | 221 | 12 | 31 | 0 | 135 | 123 | 53 | 541 | 127 | 36 |
| Binary | 10010001 | 1010 | 11001 | 0 | 1011101 | 1010011 | 101011 | 101100001 | 1010111 | 11110 |
Color Harmonies of #910A19
Complementary color
Monochromatic Colors of #910A19
Black with #910A19
Text Example
Text Example
White with #910A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A19; }
p { color: rgb(145,10,25); }
H1.HeaderClassName
{
color: #910A19;
}
.AnyTagClassName
{
color: #910A19;
}
</style>
background-color css
<style>
a { background-color: #910A19; }
a { background-color: rgb(145,10,25); }
div.DivClassName
{
background-color: #910A19;
}
.BgClassName
{
background-color: #910A19;
}
</style>
border-color css
<style>
span { border-color: #910A19; }
span { border-color: rgb(145,10,25); }
td.TdClassName
{
border-color: #910A19;
}
.TagClassName
{
border-color: #910A19;
}
</style>