Shades of Carmine #960612
Tints of Carmine #960612
RGB
CMYK
RGB Variations
Color information
#960612 (or 0x960612) is known color: Carmine. HEX triplet: 96, 06 and 12. RGB value is (150,6,18). Sum of RGB (Red+Green+Blue) = 150+6+18=174 (23% of max value = 765). Red value is 150 (58.98% from 255 or 86.21% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 150 - color contains mainly: red. Hex color #960612 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960612 is #69F9ED. Grayscale: #323232. Windows color (decimal): -6945262 or 1181334. OLE color: 1181334.
HSL color Cylindrical-coordinate representation of color #960612: hue angle of 355º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #960612 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 6 | 18 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.41 |
| HSL | 355º | 0.92% | 0.31% | - |
| HSV(B) | 355º | 0.96% | 0.59% | - |
| XYZ | 12.75 | 6.66 | 1.19 | - |
| YUV | 50.42 | 109.71 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 6 | 18 | 0 | 0.96 | 0.88 | 0.41 | 355 | 0.92 | 0.31 |
| Hex | 96 | 6 | 12 | 0 | 60 | 58 | 29 | 163 | 5C | 1F |
| Octal | 226 | 6 | 22 | 0 | 140 | 130 | 51 | 543 | 134 | 37 |
| Binary | 10010110 | 110 | 10010 | 0 | 1100000 | 1011000 | 101001 | 101100011 | 1011100 | 11111 |
Color Harmonies of #960612
Complementary color
Monochromatic Colors of #960612
Black with #960612
Text Example
Text Example
White with #960612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960612; }
p { color: rgb(150,6,18); }
H1.HeaderClassName
{
color: #960612;
}
.AnyTagClassName
{
color: #960612;
}
</style>
background-color css
<style>
a { background-color: #960612; }
a { background-color: rgb(150,6,18); }
div.DivClassName
{
background-color: #960612;
}
.BgClassName
{
background-color: #960612;
}
</style>
border-color css
<style>
span { border-color: #960612; }
span { border-color: rgb(150,6,18); }
td.TdClassName
{
border-color: #960612;
}
.TagClassName
{
border-color: #960612;
}
</style>