Shades of Carmine #96012E
Tints of Carmine #96012E
RGB
CMYK
RGB Variations
Color information
#96012E (or 0x96012E) is known color: Carmine. HEX triplet: 96, 01 and 2E. RGB value is (150,1,46). Sum of RGB (Red+Green+Blue) = 150+1+46=197 (26% of max value = 765). Red value is 150 (58.98% from 255 or 76.14% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 150 - color contains mainly: red. Hex color #96012E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96012E is #69FED1. Grayscale: #323232. Windows color (decimal): -6946514 or 3015062. OLE color: 3015062.
HSL color Cylindrical-coordinate representation of color #96012E: hue angle of 341.88º degrees, saturation: 0.99, 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 #96012E is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.41 |
| HSL | 341.88º | 0.99% | 0.3% | - |
| HSV(B) | 341.88º | 0.99% | 0.59% | - |
| XYZ | 13.08 | 6.7 | 3.19 | - |
| YUV | 50.68 | 125.36 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 46 | 0 | 0.99 | 0.69 | 0.41 | 341.88 | 0.99 | 0.3 |
| Hex | 96 | 1 | 2E | 0 | 63 | 45 | 29 | 156 | 63 | 1E |
| Octal | 226 | 1 | 56 | 0 | 143 | 105 | 51 | 526 | 143 | 36 |
| Binary | 10010110 | 1 | 101110 | 0 | 1100011 | 1000101 | 101001 | 101010110 | 1100011 | 11110 |
Color Harmonies of #96012E
Complementary color
Monochromatic Colors of #96012E
Black with #96012E
Text Example
Text Example
White with #96012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96012E; }
p { color: rgb(150,1,46); }
H1.HeaderClassName
{
color: #96012E;
}
.AnyTagClassName
{
color: #96012E;
}
</style>
background-color css
<style>
a { background-color: #96012E; }
a { background-color: rgb(150,1,46); }
div.DivClassName
{
background-color: #96012E;
}
.BgClassName
{
background-color: #96012E;
}
</style>
border-color css
<style>
span { border-color: #96012E; }
span { border-color: rgb(150,1,46); }
td.TdClassName
{
border-color: #96012E;
}
.TagClassName
{
border-color: #96012E;
}
</style>