Shades of Carmine #96141C
Tints of Carmine #96141C
RGB
CMYK
RGB Variations
Color information
#96141C (or 0x96141C) is known color: Carmine. HEX triplet: 96, 14 and 1C. RGB value is (150,20,28). Sum of RGB (Red+Green+Blue) = 150+20+28=198 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.76% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 150 - color contains mainly: red. Hex color #96141C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96141C is #69EBE3. Grayscale: #3B3B3B. Windows color (decimal): -6941668 or 1840278. OLE color: 1840278.
HSL color Cylindrical-coordinate representation of color #96141C: hue angle of 356.31º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96141C is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 20 | 28 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.41 |
| HSL | 356.31º | 0.76% | 0.33% | - |
| HSV(B) | 356.31º | 0.87% | 0.59% | - |
| XYZ | 13.04 | 7.07 | 1.78 | - |
| YUV | 59.78 | 110.07 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 28 | 0 | 0.87 | 0.81 | 0.41 | 356.31 | 0.76 | 0.33 |
| Hex | 96 | 14 | 1C | 0 | 57 | 51 | 29 | 164 | 4C | 21 |
| Octal | 226 | 24 | 34 | 0 | 127 | 121 | 51 | 544 | 114 | 41 |
| Binary | 10010110 | 10100 | 11100 | 0 | 1010111 | 1010001 | 101001 | 101100100 | 1001100 | 100001 |
Color Harmonies of #96141C
Complementary color
Monochromatic Colors of #96141C
Black with #96141C
Text Example
Text Example
White with #96141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96141C; }
p { color: rgb(150,20,28); }
H1.HeaderClassName
{
color: #96141C;
}
.AnyTagClassName
{
color: #96141C;
}
</style>
background-color css
<style>
a { background-color: #96141C; }
a { background-color: rgb(150,20,28); }
div.DivClassName
{
background-color: #96141C;
}
.BgClassName
{
background-color: #96141C;
}
</style>
border-color css
<style>
span { border-color: #96141C; }
span { border-color: rgb(150,20,28); }
td.TdClassName
{
border-color: #96141C;
}
.TagClassName
{
border-color: #96141C;
}
</style>