Shades of Carmine #960A29
Tints of Carmine #960A29
RGB
CMYK
RGB Variations
Color information
#960A29 (or 0x960A29) is known color: Carmine. HEX triplet: 96, 0A and 29. RGB value is (150,10,41). Sum of RGB (Red+Green+Blue) = 150+10+41=201 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.63% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 150 - color contains mainly: red. Hex color #960A29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960A29 is #69F5D6. Grayscale: #373737. Windows color (decimal): -6944215 or 2689686. OLE color: 2689686.
HSL color Cylindrical-coordinate representation of color #960A29: hue angle of 346.71º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960A29 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 10 | 41 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.41 |
| HSL | 346.71º | 0.88% | 0.31% | - |
| HSV(B) | 346.71º | 0.93% | 0.59% | - |
| XYZ | 13.09 | 6.86 | 2.73 | - |
| YUV | 55.39 | 119.88 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 10 | 41 | 0 | 0.93 | 0.73 | 0.41 | 346.71 | 0.88 | 0.31 |
| Hex | 96 | A | 29 | 0 | 5D | 49 | 29 | 15B | 58 | 1F |
| Octal | 226 | 12 | 51 | 0 | 135 | 111 | 51 | 533 | 130 | 37 |
| Binary | 10010110 | 1010 | 101001 | 0 | 1011101 | 1001001 | 101001 | 101011011 | 1011000 | 11111 |
Color Harmonies of #960A29
Complementary color
Monochromatic Colors of #960A29
Black with #960A29
Text Example
Text Example
White with #960A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960A29; }
p { color: rgb(150,10,41); }
H1.HeaderClassName
{
color: #960A29;
}
.AnyTagClassName
{
color: #960A29;
}
</style>
background-color css
<style>
a { background-color: #960A29; }
a { background-color: rgb(150,10,41); }
div.DivClassName
{
background-color: #960A29;
}
.BgClassName
{
background-color: #960A29;
}
</style>
border-color css
<style>
span { border-color: #960A29; }
span { border-color: rgb(150,10,41); }
td.TdClassName
{
border-color: #960A29;
}
.TagClassName
{
border-color: #960A29;
}
</style>