Shades of Carmine #96112A
Tints of Carmine #96112A
RGB
CMYK
RGB Variations
Color information
#96112A (or 0x96112A) is known color: Carmine. HEX triplet: 96, 11 and 2A. RGB value is (150,17,42). Sum of RGB (Red+Green+Blue) = 150+17+42=209 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.77% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 150 - color contains mainly: red. Hex color #96112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96112A is #69EED5. Grayscale: #3B3B3B. Windows color (decimal): -6942422 or 2757014. OLE color: 2757014.
HSL color Cylindrical-coordinate representation of color #96112A: hue angle of 348.72º 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 #96112A is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 17 | 42 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.41 |
| HSL | 348.72º | 0.8% | 0.33% | - |
| HSV(B) | 348.72º | 0.89% | 0.59% | - |
| XYZ | 13.2 | 7.05 | 2.86 | - |
| YUV | 59.62 | 118.06 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 17 | 42 | 0 | 0.89 | 0.72 | 0.41 | 348.72 | 0.8 | 0.33 |
| Hex | 96 | 11 | 2A | 0 | 59 | 48 | 29 | 15D | 50 | 21 |
| Octal | 226 | 21 | 52 | 0 | 131 | 110 | 51 | 535 | 120 | 41 |
| Binary | 10010110 | 10001 | 101010 | 0 | 1011001 | 1001000 | 101001 | 101011101 | 1010000 | 100001 |
Color Harmonies of #96112A
Complementary color
Monochromatic Colors of #96112A
Black with #96112A
Text Example
Text Example
White with #96112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96112A; }
p { color: rgb(150,17,42); }
H1.HeaderClassName
{
color: #96112A;
}
.AnyTagClassName
{
color: #96112A;
}
</style>
background-color css
<style>
a { background-color: #96112A; }
a { background-color: rgb(150,17,42); }
div.DivClassName
{
background-color: #96112A;
}
.BgClassName
{
background-color: #96112A;
}
</style>
border-color css
<style>
span { border-color: #96112A; }
span { border-color: rgb(150,17,42); }
td.TdClassName
{
border-color: #96112A;
}
.TagClassName
{
border-color: #96112A;
}
</style>