Shades of Carmine #96101E
Tints of Carmine #96101E
RGB
CMYK
RGB Variations
Color information
#96101E (or 0x96101E) is known color: Carmine. HEX triplet: 96, 10 and 1E. RGB value is (150,16,30). Sum of RGB (Red+Green+Blue) = 150+16+30=196 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.53% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 150 - color contains mainly: red. Hex color #96101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96101E is #69EFE1. Grayscale: #393939. Windows color (decimal): -6942690 or 1970326. OLE color: 1970326.
HSL color Cylindrical-coordinate representation of color #96101E: hue angle of 353.73º degrees, saturation: 0.81, 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 #96101E is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 16 | 30 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.41 |
| HSL | 353.73º | 0.81% | 0.33% | - |
| HSV(B) | 353.73º | 0.89% | 0.59% | - |
| XYZ | 13 | 6.95 | 1.88 | - |
| YUV | 57.66 | 112.39 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 16 | 30 | 0 | 0.89 | 0.80 | 0.41 | 353.73 | 0.81 | 0.33 |
| Hex | 96 | 10 | 1E | 0 | 59 | 50 | 29 | 162 | 51 | 21 |
| Octal | 226 | 20 | 36 | 0 | 131 | 120 | 51 | 542 | 121 | 41 |
| Binary | 10010110 | 10000 | 11110 | 0 | 1011001 | 1010000 | 101001 | 101100010 | 1010001 | 100001 |
Color Harmonies of #96101E
Complementary color
Monochromatic Colors of #96101E
Black with #96101E
Text Example
Text Example
White with #96101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96101E; }
p { color: rgb(150,16,30); }
H1.HeaderClassName
{
color: #96101E;
}
.AnyTagClassName
{
color: #96101E;
}
</style>
background-color css
<style>
a { background-color: #96101E; }
a { background-color: rgb(150,16,30); }
div.DivClassName
{
background-color: #96101E;
}
.BgClassName
{
background-color: #96101E;
}
</style>
border-color css
<style>
span { border-color: #96101E; }
span { border-color: rgb(150,16,30); }
td.TdClassName
{
border-color: #96101E;
}
.TagClassName
{
border-color: #96101E;
}
</style>