Shades of Carmine #960431
Tints of Carmine #960431
RGB
CMYK
RGB Variations
Color information
#960431 (or 0x960431) is known color: Carmine. HEX triplet: 96, 04 and 31. RGB value is (150,4,49). Sum of RGB (Red+Green+Blue) = 150+4+49=203 (26% of max value = 765). Red value is 150 (58.98% from 255 or 73.89% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 150 - color contains mainly: red. Hex color #960431 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960431 is #69FBCE. Grayscale: #343434. Windows color (decimal): -6945743 or 3212438. OLE color: 3212438.
HSL color Cylindrical-coordinate representation of color #960431: hue angle of 341.51º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #960431 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 4 | 49 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.41 |
| HSL | 341.51º | 0.95% | 0.3% | - |
| HSV(B) | 341.51º | 0.97% | 0.59% | - |
| XYZ | 13.18 | 6.79 | 3.52 | - |
| YUV | 52.78 | 125.87 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 4 | 49 | 0 | 0.97 | 0.67 | 0.41 | 341.51 | 0.95 | 0.3 |
| Hex | 96 | 4 | 31 | 0 | 61 | 43 | 29 | 156 | 5F | 1E |
| Octal | 226 | 4 | 61 | 0 | 141 | 103 | 51 | 526 | 137 | 36 |
| Binary | 10010110 | 100 | 110001 | 0 | 1100001 | 1000011 | 101001 | 101010110 | 1011111 | 11110 |
Color Harmonies of #960431
Complementary color
Monochromatic Colors of #960431
Black with #960431
Text Example
Text Example
White with #960431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960431; }
p { color: rgb(150,4,49); }
H1.HeaderClassName
{
color: #960431;
}
.AnyTagClassName
{
color: #960431;
}
</style>
background-color css
<style>
a { background-color: #960431; }
a { background-color: rgb(150,4,49); }
div.DivClassName
{
background-color: #960431;
}
.BgClassName
{
background-color: #960431;
}
</style>
border-color css
<style>
span { border-color: #960431; }
span { border-color: rgb(150,4,49); }
td.TdClassName
{
border-color: #960431;
}
.TagClassName
{
border-color: #960431;
}
</style>