Shades of Carmine #911419
Tints of Carmine #911419
RGB
CMYK
RGB Variations
Color information
#911419 (or 0x911419) is known color: Carmine. HEX triplet: 91, 14 and 19. RGB value is (145,20,25). Sum of RGB (Red+Green+Blue) = 145+20+25=190 (25% of max value = 765). Red value is 145 (57.03% from 255 or 76.32% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 145 - color contains mainly: red. Hex color #911419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911419 is #6EEBE6. Grayscale: #3A3A3A. Windows color (decimal): -7269351 or 1643665. OLE color: 1643665.
HSL color Cylindrical-coordinate representation of color #911419: hue angle of 357.6º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #911419 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 20 | 25 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.43 |
| HSL | 357.6º | 0.76% | 0.32% | - |
| HSV(B) | 357.6º | 0.86% | 0.57% | - |
| XYZ | 12.1 | 6.59 | 1.55 | - |
| YUV | 57.95 | 109.41 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 20 | 25 | 0 | 0.86 | 0.83 | 0.43 | 357.6 | 0.76 | 0.32 |
| Hex | 91 | 14 | 19 | 0 | 56 | 53 | 2B | 166 | 4C | 20 |
| Octal | 221 | 24 | 31 | 0 | 126 | 123 | 53 | 546 | 114 | 40 |
| Binary | 10010001 | 10100 | 11001 | 0 | 1010110 | 1010011 | 101011 | 101100110 | 1001100 | 100000 |
Color Harmonies of #911419
Complementary color
Monochromatic Colors of #911419
Black with #911419
Text Example
Text Example
White with #911419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911419; }
p { color: rgb(145,20,25); }
H1.HeaderClassName
{
color: #911419;
}
.AnyTagClassName
{
color: #911419;
}
</style>
background-color css
<style>
a { background-color: #911419; }
a { background-color: rgb(145,20,25); }
div.DivClassName
{
background-color: #911419;
}
.BgClassName
{
background-color: #911419;
}
</style>
border-color css
<style>
span { border-color: #911419; }
span { border-color: rgb(145,20,25); }
td.TdClassName
{
border-color: #911419;
}
.TagClassName
{
border-color: #911419;
}
</style>