Shades of Carmine #96111B
Tints of Carmine #96111B
RGB
CMYK
RGB Variations
Color information
#96111B (or 0x96111B) is known color: Carmine. HEX triplet: 96, 11 and 1B. RGB value is (150,17,27). Sum of RGB (Red+Green+Blue) = 150+17+27=194 (25% of max value = 765). Red value is 150 (58.98% from 255 or 77.32% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 150 - color contains mainly: red. Hex color #96111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96111B is #69EEE4. Grayscale: #3A3A3A. Windows color (decimal): -6942437 or 1773974. OLE color: 1773974.
HSL color Cylindrical-coordinate representation of color #96111B: hue angle of 355.49º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96111B is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 17 | 27 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.41 |
| HSL | 355.49º | 0.8% | 0.33% | - |
| HSV(B) | 355.49º | 0.89% | 0.59% | - |
| XYZ | 12.98 | 6.96 | 1.7 | - |
| YUV | 57.91 | 110.56 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 17 | 27 | 0 | 0.89 | 0.82 | 0.41 | 355.49 | 0.8 | 0.33 |
| Hex | 96 | 11 | 1B | 0 | 59 | 52 | 29 | 163 | 50 | 21 |
| Octal | 226 | 21 | 33 | 0 | 131 | 122 | 51 | 543 | 120 | 41 |
| Binary | 10010110 | 10001 | 11011 | 0 | 1011001 | 1010010 | 101001 | 101100011 | 1010000 | 100001 |
Color Harmonies of #96111B
Complementary color
Monochromatic Colors of #96111B
Black with #96111B
Text Example
Text Example
White with #96111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96111B; }
p { color: rgb(150,17,27); }
H1.HeaderClassName
{
color: #96111B;
}
.AnyTagClassName
{
color: #96111B;
}
</style>
background-color css
<style>
a { background-color: #96111B; }
a { background-color: rgb(150,17,27); }
div.DivClassName
{
background-color: #96111B;
}
.BgClassName
{
background-color: #96111B;
}
</style>
border-color css
<style>
span { border-color: #96111B; }
span { border-color: rgb(150,17,27); }
td.TdClassName
{
border-color: #96111B;
}
.TagClassName
{
border-color: #96111B;
}
</style>