Shades of Carmine #961029
Tints of Carmine #961029
RGB
CMYK
RGB Variations
Color information
#961029 (or 0x961029) is known color: Carmine. HEX triplet: 96, 10 and 29. RGB value is (150,16,41). Sum of RGB (Red+Green+Blue) = 150+16+41=207 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.46% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 150 - color contains mainly: red. Hex color #961029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961029 is #69EFD6. Grayscale: #3A3A3A. Windows color (decimal): -6942679 or 2691222. OLE color: 2691222.
HSL color Cylindrical-coordinate representation of color #961029: hue angle of 348.81º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961029 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 16 | 41 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.41 |
| HSL | 348.81º | 0.81% | 0.33% | - |
| HSV(B) | 348.81º | 0.89% | 0.59% | - |
| XYZ | 13.16 | 7.01 | 2.76 | - |
| YUV | 58.92 | 117.89 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 16 | 41 | 0 | 0.89 | 0.73 | 0.41 | 348.81 | 0.81 | 0.33 |
| Hex | 96 | 10 | 29 | 0 | 59 | 49 | 29 | 15D | 51 | 21 |
| Octal | 226 | 20 | 51 | 0 | 131 | 111 | 51 | 535 | 121 | 41 |
| Binary | 10010110 | 10000 | 101001 | 0 | 1011001 | 1001001 | 101001 | 101011101 | 1010001 | 100001 |
Color Harmonies of #961029
Complementary color
Monochromatic Colors of #961029
Black with #961029
Text Example
Text Example
White with #961029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961029; }
p { color: rgb(150,16,41); }
H1.HeaderClassName
{
color: #961029;
}
.AnyTagClassName
{
color: #961029;
}
</style>
background-color css
<style>
a { background-color: #961029; }
a { background-color: rgb(150,16,41); }
div.DivClassName
{
background-color: #961029;
}
.BgClassName
{
background-color: #961029;
}
</style>
border-color css
<style>
span { border-color: #961029; }
span { border-color: rgb(150,16,41); }
td.TdClassName
{
border-color: #961029;
}
.TagClassName
{
border-color: #961029;
}
</style>