Shades of Carmine #960D2A
Tints of Carmine #960D2A
RGB
CMYK
RGB Variations
Color information
#960D2A (or 0x960D2A) is known color: Carmine. HEX triplet: 96, 0D and 2A. RGB value is (150,13,42). Sum of RGB (Red+Green+Blue) = 150+13+42=205 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.17% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 150 - color contains mainly: red. Hex color #960D2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960D2A is #69F2D5. Grayscale: #393939. Windows color (decimal): -6943446 or 2755990. OLE color: 2755990.
HSL color Cylindrical-coordinate representation of color #960D2A: hue angle of 347.3º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #960D2A is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 13 | 42 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.41 |
| HSL | 347.3º | 0.84% | 0.32% | - |
| HSV(B) | 347.3º | 0.91% | 0.59% | - |
| XYZ | 13.14 | 6.94 | 2.84 | - |
| YUV | 57.27 | 119.39 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 13 | 42 | 0 | 0.91 | 0.72 | 0.41 | 347.3 | 0.84 | 0.32 |
| Hex | 96 | D | 2A | 0 | 5B | 48 | 29 | 15B | 54 | 20 |
| Octal | 226 | 15 | 52 | 0 | 133 | 110 | 51 | 533 | 124 | 40 |
| Binary | 10010110 | 1101 | 101010 | 0 | 1011011 | 1001000 | 101001 | 101011011 | 1010100 | 100000 |
Color Harmonies of #960D2A
Complementary color
Monochromatic Colors of #960D2A
Black with #960D2A
Text Example
Text Example
White with #960D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960D2A; }
p { color: rgb(150,13,42); }
H1.HeaderClassName
{
color: #960D2A;
}
.AnyTagClassName
{
color: #960D2A;
}
</style>
background-color css
<style>
a { background-color: #960D2A; }
a { background-color: rgb(150,13,42); }
div.DivClassName
{
background-color: #960D2A;
}
.BgClassName
{
background-color: #960D2A;
}
</style>
border-color css
<style>
span { border-color: #960D2A; }
span { border-color: rgb(150,13,42); }
td.TdClassName
{
border-color: #960D2A;
}
.TagClassName
{
border-color: #960D2A;
}
</style>