Shades of Carmine #9C1323
Tints of Carmine #9C1323
RGB
CMYK
RGB Variations
Color information
#9C1323 (or 0x9C1323) is known color: Carmine. HEX triplet: 9C, 13 and 23. RGB value is (156,19,35). Sum of RGB (Red+Green+Blue) = 156+19+35=210 (27% of max value = 765). Red value is 156 (61.33% from 255 or 74.29% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1323 is #63ECDC. Grayscale: #3D3D3D. Windows color (decimal): -6548701 or 2298780. OLE color: 2298780.
HSL color Cylindrical-coordinate representation of color #9C1323: hue angle of 352.99º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C1323 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 19 | 35 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.39 |
| HSL | 352.99º | 0.78% | 0.34% | - |
| HSV(B) | 352.99º | 0.88% | 0.61% | - |
| XYZ | 14.25 | 7.66 | 2.32 | - |
| YUV | 61.79 | 112.89 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 19 | 35 | 0 | 0.88 | 0.78 | 0.39 | 352.99 | 0.78 | 0.34 |
| Hex | 9C | 13 | 23 | 0 | 58 | 4E | 27 | 161 | 4E | 22 |
| Octal | 234 | 23 | 43 | 0 | 130 | 116 | 47 | 541 | 116 | 42 |
| Binary | 10011100 | 10011 | 100011 | 0 | 1011000 | 1001110 | 100111 | 101100001 | 1001110 | 100010 |
Color Harmonies of #9C1323
Complementary color
Monochromatic Colors of #9C1323
Black with #9C1323
Text Example
Text Example
White with #9C1323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1323; }
p { color: rgb(156,19,35); }
H1.HeaderClassName
{
color: #9C1323;
}
.AnyTagClassName
{
color: #9C1323;
}
</style>
background-color css
<style>
a { background-color: #9C1323; }
a { background-color: rgb(156,19,35); }
div.DivClassName
{
background-color: #9C1323;
}
.BgClassName
{
background-color: #9C1323;
}
</style>
border-color css
<style>
span { border-color: #9C1323; }
span { border-color: rgb(156,19,35); }
td.TdClassName
{
border-color: #9C1323;
}
.TagClassName
{
border-color: #9C1323;
}
</style>