Shades of Carmine #961030
Tints of Carmine #961030
RGB
CMYK
RGB Variations
Color information
#961030 (or 0x961030) is known color: Carmine. HEX triplet: 96, 10 and 30. RGB value is (150,16,48). Sum of RGB (Red+Green+Blue) = 150+16+48=214 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.09% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 150 - color contains mainly: red. Hex color #961030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961030 is #69EFCF. Grayscale: #3B3B3B. Windows color (decimal): -6942672 or 3149974. OLE color: 3149974.
HSL color Cylindrical-coordinate representation of color #961030: hue angle of 345.67º 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 #961030 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 16 | 48 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.41 |
| HSL | 345.67º | 0.81% | 0.33% | - |
| HSV(B) | 345.67º | 0.89% | 0.59% | - |
| XYZ | 13.3 | 7.07 | 3.46 | - |
| YUV | 59.71 | 121.39 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 16 | 48 | 0 | 0.89 | 0.68 | 0.41 | 345.67 | 0.81 | 0.33 |
| Hex | 96 | 10 | 30 | 0 | 59 | 44 | 29 | 15A | 51 | 21 |
| Octal | 226 | 20 | 60 | 0 | 131 | 104 | 51 | 532 | 121 | 41 |
| Binary | 10010110 | 10000 | 110000 | 0 | 1011001 | 1000100 | 101001 | 101011010 | 1010001 | 100001 |
Color Harmonies of #961030
Complementary color
Monochromatic Colors of #961030
Black with #961030
Text Example
Text Example
White with #961030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961030; }
p { color: rgb(150,16,48); }
H1.HeaderClassName
{
color: #961030;
}
.AnyTagClassName
{
color: #961030;
}
</style>
background-color css
<style>
a { background-color: #961030; }
a { background-color: rgb(150,16,48); }
div.DivClassName
{
background-color: #961030;
}
.BgClassName
{
background-color: #961030;
}
</style>
border-color css
<style>
span { border-color: #961030; }
span { border-color: rgb(150,16,48); }
td.TdClassName
{
border-color: #961030;
}
.TagClassName
{
border-color: #961030;
}
</style>