Shades of Carmine #9C012E
Tints of Carmine #9C012E
RGB
CMYK
RGB Variations
Color information
#9C012E (or 0x9C012E) is known color: Carmine. HEX triplet: 9C, 01 and 2E. RGB value is (156,1,46). Sum of RGB (Red+Green+Blue) = 156+1+46=203 (26% of max value = 765). Red value is 156 (61.33% from 255 or 76.85% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 156 - color contains mainly: red. Hex color #9C012E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C012E is #63FED1. Grayscale: #343434. Windows color (decimal): -6553298 or 3015068. OLE color: 3015068.
HSL color Cylindrical-coordinate representation of color #9C012E: hue angle of 342.58º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C012E is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.39 |
| HSL | 342.58º | 0.99% | 0.31% | - |
| HSV(B) | 342.58º | 0.99% | 0.61% | - |
| XYZ | 14.21 | 7.29 | 3.24 | - |
| YUV | 52.48 | 124.35 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 1 | 46 | 0 | 0.99 | 0.71 | 0.39 | 342.58 | 0.99 | 0.31 |
| Hex | 9C | 1 | 2E | 0 | 63 | 47 | 27 | 157 | 63 | 1F |
| Octal | 234 | 1 | 56 | 0 | 143 | 107 | 47 | 527 | 143 | 37 |
| Binary | 10011100 | 1 | 101110 | 0 | 1100011 | 1000111 | 100111 | 101010111 | 1100011 | 11111 |
Color Harmonies of #9C012E
Complementary color
Monochromatic Colors of #9C012E
Black with #9C012E
Text Example
Text Example
White with #9C012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C012E; }
p { color: rgb(156,1,46); }
H1.HeaderClassName
{
color: #9C012E;
}
.AnyTagClassName
{
color: #9C012E;
}
</style>
background-color css
<style>
a { background-color: #9C012E; }
a { background-color: rgb(156,1,46); }
div.DivClassName
{
background-color: #9C012E;
}
.BgClassName
{
background-color: #9C012E;
}
</style>
border-color css
<style>
span { border-color: #9C012E; }
span { border-color: rgb(156,1,46); }
td.TdClassName
{
border-color: #9C012E;
}
.TagClassName
{
border-color: #9C012E;
}
</style>