Shades of Carmine #96022C
Tints of Carmine #96022C
RGB
CMYK
RGB Variations
Color information
#96022C (or 0x96022C) is known color: Carmine. HEX triplet: 96, 02 and 2C. RGB value is (150,2,44). Sum of RGB (Red+Green+Blue) = 150+2+44=196 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.53% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 150 - color contains mainly: red. Hex color #96022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96022C is #69FDD3. Grayscale: #333333. Windows color (decimal): -6946260 or 2884246. OLE color: 2884246.
HSL color Cylindrical-coordinate representation of color #96022C: hue angle of 342.97º 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 #96022C is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 2 | 44 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.41 |
| HSL | 342.97º | 0.97% | 0.3% | - |
| HSV(B) | 342.97º | 0.99% | 0.59% | - |
| XYZ | 13.05 | 6.71 | 2.99 | - |
| YUV | 51.04 | 124.03 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 2 | 44 | 0 | 0.99 | 0.71 | 0.41 | 342.97 | 0.97 | 0.3 |
| Hex | 96 | 2 | 2C | 0 | 63 | 47 | 29 | 157 | 61 | 1E |
| Octal | 226 | 2 | 54 | 0 | 143 | 107 | 51 | 527 | 141 | 36 |
| Binary | 10010110 | 10 | 101100 | 0 | 1100011 | 1000111 | 101001 | 101010111 | 1100001 | 11110 |
Color Harmonies of #96022C
Complementary color
Monochromatic Colors of #96022C
Black with #96022C
Text Example
Text Example
White with #96022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96022C; }
p { color: rgb(150,2,44); }
H1.HeaderClassName
{
color: #96022C;
}
.AnyTagClassName
{
color: #96022C;
}
</style>
background-color css
<style>
a { background-color: #96022C; }
a { background-color: rgb(150,2,44); }
div.DivClassName
{
background-color: #96022C;
}
.BgClassName
{
background-color: #96022C;
}
</style>
border-color css
<style>
span { border-color: #96022C; }
span { border-color: rgb(150,2,44); }
td.TdClassName
{
border-color: #96022C;
}
.TagClassName
{
border-color: #96022C;
}
</style>