Shades of Carmine #910112
Tints of Carmine #910112
RGB
CMYK
RGB Variations
Color information
#910112 (or 0x910112) is known color: Carmine. HEX triplet: 91, 01 and 12. RGB value is (145,1,18). Sum of RGB (Red+Green+Blue) = 145+1+18=164 (21% of max value = 765). Red value is 145 (57.03% from 255 or 88.41% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 145 - color contains mainly: red. Hex color #910112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910112 is #6EFEED. Grayscale: #2E2E2E. Windows color (decimal): -7274222 or 1180049. OLE color: 1180049.
HSL color Cylindrical-coordinate representation of color #910112: hue angle of 352.92º 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 #910112 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 18 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.43 |
| HSL | 352.92º | 0.99% | 0.29% | - |
| HSV(B) | 352.92º | 0.99% | 0.57% | - |
| XYZ | 11.8 | 6.09 | 1.13 | - |
| YUV | 45.99 | 112.21 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 18 | 0 | 0.99 | 0.88 | 0.43 | 352.92 | 0.99 | 0.29 |
| Hex | 91 | 1 | 12 | 0 | 63 | 58 | 2B | 161 | 63 | 1D |
| Octal | 221 | 1 | 22 | 0 | 143 | 130 | 53 | 541 | 143 | 35 |
| Binary | 10010001 | 1 | 10010 | 0 | 1100011 | 1011000 | 101011 | 101100001 | 1100011 | 11101 |
Color Harmonies of #910112
Complementary color
Monochromatic Colors of #910112
Black with #910112
Text Example
Text Example
White with #910112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910112; }
p { color: rgb(145,1,18); }
H1.HeaderClassName
{
color: #910112;
}
.AnyTagClassName
{
color: #910112;
}
</style>
background-color css
<style>
a { background-color: #910112; }
a { background-color: rgb(145,1,18); }
div.DivClassName
{
background-color: #910112;
}
.BgClassName
{
background-color: #910112;
}
</style>
border-color css
<style>
span { border-color: #910112; }
span { border-color: rgb(145,1,18); }
td.TdClassName
{
border-color: #910112;
}
.TagClassName
{
border-color: #910112;
}
</style>