Shades of Carmine #960732
Tints of Carmine #960732
RGB
CMYK
RGB Variations
Color information
#960732 (or 0x960732) is known color: Carmine. HEX triplet: 96, 07 and 32. RGB value is (150,7,50). Sum of RGB (Red+Green+Blue) = 150+7+50=207 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.46% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 150 - color contains mainly: red. Hex color #960732 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960732 is #69F8CD. Grayscale: #363636. Windows color (decimal): -6944974 or 3278742. OLE color: 3278742.
HSL color Cylindrical-coordinate representation of color #960732: hue angle of 341.96º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960732 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 7 | 50 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.41 |
| HSL | 341.96º | 0.91% | 0.31% | - |
| HSV(B) | 341.96º | 0.95% | 0.59% | - |
| XYZ | 13.23 | 6.87 | 3.65 | - |
| YUV | 54.66 | 125.38 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 7 | 50 | 0 | 0.95 | 0.67 | 0.41 | 341.96 | 0.91 | 0.31 |
| Hex | 96 | 7 | 32 | 0 | 5F | 43 | 29 | 156 | 5B | 1F |
| Octal | 226 | 7 | 62 | 0 | 137 | 103 | 51 | 526 | 133 | 37 |
| Binary | 10010110 | 111 | 110010 | 0 | 1011111 | 1000011 | 101001 | 101010110 | 1011011 | 11111 |
Color Harmonies of #960732
Complementary color
Monochromatic Colors of #960732
Black with #960732
Text Example
Text Example
White with #960732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960732; }
p { color: rgb(150,7,50); }
H1.HeaderClassName
{
color: #960732;
}
.AnyTagClassName
{
color: #960732;
}
</style>
background-color css
<style>
a { background-color: #960732; }
a { background-color: rgb(150,7,50); }
div.DivClassName
{
background-color: #960732;
}
.BgClassName
{
background-color: #960732;
}
</style>
border-color css
<style>
span { border-color: #960732; }
span { border-color: rgb(150,7,50); }
td.TdClassName
{
border-color: #960732;
}
.TagClassName
{
border-color: #960732;
}
</style>