Shades of Carmine #960D29
Tints of Carmine #960D29
RGB
CMYK
RGB Variations
Color information
#960D29 (or 0x960D29) is known color: Carmine. HEX triplet: 96, 0D and 29. RGB value is (150,13,41). Sum of RGB (Red+Green+Blue) = 150+13+41=204 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.53% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 150 - color contains mainly: red. Hex color #960D29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960D29 is #69F2D6. Grayscale: #393939. Windows color (decimal): -6943447 or 2690454. OLE color: 2690454.
HSL color Cylindrical-coordinate representation of color #960D29: hue angle of 347.74º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #960D29 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 13 | 41 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.41 |
| HSL | 347.74º | 0.84% | 0.32% | - |
| HSV(B) | 347.74º | 0.91% | 0.59% | - |
| XYZ | 13.12 | 6.93 | 2.74 | - |
| YUV | 57.16 | 118.89 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 13 | 41 | 0 | 0.91 | 0.73 | 0.41 | 347.74 | 0.84 | 0.32 |
| Hex | 96 | D | 29 | 0 | 5B | 49 | 29 | 15C | 54 | 20 |
| Octal | 226 | 15 | 51 | 0 | 133 | 111 | 51 | 534 | 124 | 40 |
| Binary | 10010110 | 1101 | 101001 | 0 | 1011011 | 1001001 | 101001 | 101011100 | 1010100 | 100000 |
Color Harmonies of #960D29
Complementary color
Monochromatic Colors of #960D29
Black with #960D29
Text Example
Text Example
White with #960D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960D29; }
p { color: rgb(150,13,41); }
H1.HeaderClassName
{
color: #960D29;
}
.AnyTagClassName
{
color: #960D29;
}
</style>
background-color css
<style>
a { background-color: #960D29; }
a { background-color: rgb(150,13,41); }
div.DivClassName
{
background-color: #960D29;
}
.BgClassName
{
background-color: #960D29;
}
</style>
border-color css
<style>
span { border-color: #960D29; }
span { border-color: rgb(150,13,41); }
td.TdClassName
{
border-color: #960D29;
}
.TagClassName
{
border-color: #960D29;
}
</style>