Shades of Carmine #960128
Tints of Carmine #960128
RGB
CMYK
RGB Variations
Color information
#960128 (or 0x960128) is known color: Carmine. HEX triplet: 96, 01 and 28. RGB value is (150,1,40). Sum of RGB (Red+Green+Blue) = 150+1+40=191 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.53% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 150 - color contains mainly: red. Hex color #960128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960128 is #69FED7. Grayscale: #313131. Windows color (decimal): -6946520 or 2621846. OLE color: 2621846.
HSL color Cylindrical-coordinate representation of color #960128: hue angle of 344.3º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960128 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.41 |
| HSL | 344.3º | 0.99% | 0.3% | - |
| HSV(B) | 344.3º | 0.99% | 0.59% | - |
| XYZ | 12.97 | 6.66 | 2.61 | - |
| YUV | 50 | 122.36 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 40 | 0 | 0.99 | 0.73 | 0.41 | 344.3 | 0.99 | 0.3 |
| Hex | 96 | 1 | 28 | 0 | 63 | 49 | 29 | 158 | 63 | 1E |
| Octal | 226 | 1 | 50 | 0 | 143 | 111 | 51 | 530 | 143 | 36 |
| Binary | 10010110 | 1 | 101000 | 0 | 1100011 | 1001001 | 101001 | 101011000 | 1100011 | 11110 |
Color Harmonies of #960128
Complementary color
Monochromatic Colors of #960128
Black with #960128
Text Example
Text Example
White with #960128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960128; }
p { color: rgb(150,1,40); }
H1.HeaderClassName
{
color: #960128;
}
.AnyTagClassName
{
color: #960128;
}
</style>
background-color css
<style>
a { background-color: #960128; }
a { background-color: rgb(150,1,40); }
div.DivClassName
{
background-color: #960128;
}
.BgClassName
{
background-color: #960128;
}
</style>
border-color css
<style>
span { border-color: #960128; }
span { border-color: rgb(150,1,40); }
td.TdClassName
{
border-color: #960128;
}
.TagClassName
{
border-color: #960128;
}
</style>