Shades of Carmine #960323
Tints of Carmine #960323
RGB
CMYK
RGB Variations
Color information
#960323 (or 0x960323) is known color: Carmine. HEX triplet: 96, 03 and 23. RGB value is (150,3,35). Sum of RGB (Red+Green+Blue) = 150+3+35=188 (24% of max value = 765). Red value is 150 (58.98% from 255 or 79.79% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 35 (14.06% from 255 or 18.62% from 188); Max value from RGB is 150 - color contains mainly: red. Hex color #960323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960323 is #69FCDC. Grayscale: #323232. Windows color (decimal): -6946013 or 2294678. OLE color: 2294678.
HSL color Cylindrical-coordinate representation of color #960323: hue angle of 346.94º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #960323 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 3 | 35 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.41 |
| HSL | 346.94º | 0.96% | 0.3% | - |
| HSV(B) | 346.94º | 0.98% | 0.59% | - |
| XYZ | 12.91 | 6.67 | 2.2 | - |
| YUV | 50.6 | 119.2 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 35 | 0 | 0.98 | 0.77 | 0.41 | 346.94 | 0.96 | 0.3 |
| Hex | 96 | 3 | 23 | 0 | 62 | 4D | 29 | 15B | 60 | 1E |
| Octal | 226 | 3 | 43 | 0 | 142 | 115 | 51 | 533 | 140 | 36 |
| Binary | 10010110 | 11 | 100011 | 0 | 1100010 | 1001101 | 101001 | 101011011 | 1100000 | 11110 |
Color Harmonies of #960323
Complementary color
Monochromatic Colors of #960323
Black with #960323
Text Example
Text Example
White with #960323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960323; }
p { color: rgb(150,3,35); }
H1.HeaderClassName
{
color: #960323;
}
.AnyTagClassName
{
color: #960323;
}
</style>
background-color css
<style>
a { background-color: #960323; }
a { background-color: rgb(150,3,35); }
div.DivClassName
{
background-color: #960323;
}
.BgClassName
{
background-color: #960323;
}
</style>
border-color css
<style>
span { border-color: #960323; }
span { border-color: rgb(150,3,35); }
td.TdClassName
{
border-color: #960323;
}
.TagClassName
{
border-color: #960323;
}
</style>