Shades of Carmine #9C1023
Tints of Carmine #9C1023
RGB
CMYK
RGB Variations
Color information
#9C1023 (or 0x9C1023) is known color: Carmine. HEX triplet: 9C, 10 and 23. RGB value is (156,16,35). Sum of RGB (Red+Green+Blue) = 156+16+35=207 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75.36% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 35 (14.06% from 255 or 16.91% from 207); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1023 is #63EFDC. Grayscale: #3C3C3C. Windows color (decimal): -6549469 or 2298012. OLE color: 2298012.
HSL color Cylindrical-coordinate representation of color #9C1023: hue angle of 351.86º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C1023 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 16 | 35 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.39 |
| HSL | 351.86º | 0.81% | 0.34% | - |
| HSV(B) | 351.86º | 0.9% | 0.61% | - |
| XYZ | 14.2 | 7.56 | 2.3 | - |
| YUV | 60.03 | 113.88 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 16 | 35 | 0 | 0.90 | 0.78 | 0.39 | 351.86 | 0.81 | 0.34 |
| Hex | 9C | 10 | 23 | 0 | 5A | 4E | 27 | 160 | 51 | 22 |
| Octal | 234 | 20 | 43 | 0 | 132 | 116 | 47 | 540 | 121 | 42 |
| Binary | 10011100 | 10000 | 100011 | 0 | 1011010 | 1001110 | 100111 | 101100000 | 1010001 | 100010 |
Color Harmonies of #9C1023
Complementary color
Monochromatic Colors of #9C1023
Black with #9C1023
Text Example
Text Example
White with #9C1023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1023; }
p { color: rgb(156,16,35); }
H1.HeaderClassName
{
color: #9C1023;
}
.AnyTagClassName
{
color: #9C1023;
}
</style>
background-color css
<style>
a { background-color: #9C1023; }
a { background-color: rgb(156,16,35); }
div.DivClassName
{
background-color: #9C1023;
}
.BgClassName
{
background-color: #9C1023;
}
</style>
border-color css
<style>
span { border-color: #9C1023; }
span { border-color: rgb(156,16,35); }
td.TdClassName
{
border-color: #9C1023;
}
.TagClassName
{
border-color: #9C1023;
}
</style>