Shades of Carmine #960227
Tints of Carmine #960227
RGB
CMYK
RGB Variations
Color information
#960227 (or 0x960227) is known color: Carmine. HEX triplet: 96, 02 and 27. RGB value is (150,2,39). Sum of RGB (Red+Green+Blue) = 150+2+39=191 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.53% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 150 - color contains mainly: red. Hex color #960227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960227 is #69FDD8. Grayscale: #323232. Windows color (decimal): -6946265 or 2556566. OLE color: 2556566.
HSL color Cylindrical-coordinate representation of color #960227: hue angle of 345º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960227 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 2 | 39 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.41 |
| HSL | 345º | 0.97% | 0.3% | - |
| HSV(B) | 345º | 0.99% | 0.59% | - |
| XYZ | 12.97 | 6.67 | 2.52 | - |
| YUV | 50.47 | 121.53 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 2 | 39 | 0 | 0.99 | 0.74 | 0.41 | 345 | 0.97 | 0.3 |
| Hex | 96 | 2 | 27 | 0 | 63 | 4A | 29 | 159 | 61 | 1E |
| Octal | 226 | 2 | 47 | 0 | 143 | 112 | 51 | 531 | 141 | 36 |
| Binary | 10010110 | 10 | 100111 | 0 | 1100011 | 1001010 | 101001 | 101011001 | 1100001 | 11110 |
Color Harmonies of #960227
Complementary color
Monochromatic Colors of #960227
Black with #960227
Text Example
Text Example
White with #960227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960227; }
p { color: rgb(150,2,39); }
H1.HeaderClassName
{
color: #960227;
}
.AnyTagClassName
{
color: #960227;
}
</style>
background-color css
<style>
a { background-color: #960227; }
a { background-color: rgb(150,2,39); }
div.DivClassName
{
background-color: #960227;
}
.BgClassName
{
background-color: #960227;
}
</style>
border-color css
<style>
span { border-color: #960227; }
span { border-color: rgb(150,2,39); }
td.TdClassName
{
border-color: #960227;
}
.TagClassName
{
border-color: #960227;
}
</style>