Shades of Carmine #960330
Tints of Carmine #960330
RGB
CMYK
RGB Variations
Color information
#960330 (or 0x960330) is known color: Carmine. HEX triplet: 96, 03 and 30. RGB value is (150,3,48). Sum of RGB (Red+Green+Blue) = 150+3+48=201 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.63% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 150 - color contains mainly: red. Hex color #960330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960330 is #69FCCF. Grayscale: #343434. Windows color (decimal): -6946000 or 3146646. OLE color: 3146646.
HSL color Cylindrical-coordinate representation of color #960330: hue angle of 341.63º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #960330 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 3 | 48 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.41 |
| HSL | 341.63º | 0.96% | 0.3% | - |
| HSV(B) | 341.63º | 0.98% | 0.59% | - |
| XYZ | 13.14 | 6.76 | 3.41 | - |
| YUV | 52.08 | 125.7 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 48 | 0 | 0.98 | 0.68 | 0.41 | 341.63 | 0.96 | 0.3 |
| Hex | 96 | 3 | 30 | 0 | 62 | 44 | 29 | 156 | 60 | 1E |
| Octal | 226 | 3 | 60 | 0 | 142 | 104 | 51 | 526 | 140 | 36 |
| Binary | 10010110 | 11 | 110000 | 0 | 1100010 | 1000100 | 101001 | 101010110 | 1100000 | 11110 |
Color Harmonies of #960330
Complementary color
Monochromatic Colors of #960330
Black with #960330
Text Example
Text Example
White with #960330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960330; }
p { color: rgb(150,3,48); }
H1.HeaderClassName
{
color: #960330;
}
.AnyTagClassName
{
color: #960330;
}
</style>
background-color css
<style>
a { background-color: #960330; }
a { background-color: rgb(150,3,48); }
div.DivClassName
{
background-color: #960330;
}
.BgClassName
{
background-color: #960330;
}
</style>
border-color css
<style>
span { border-color: #960330; }
span { border-color: rgb(150,3,48); }
td.TdClassName
{
border-color: #960330;
}
.TagClassName
{
border-color: #960330;
}
</style>