Shades of Carmine #9C0331
Tints of Carmine #9C0331
RGB
CMYK
RGB Variations
Color information
#9C0331 (or 0x9C0331) is known color: Carmine. HEX triplet: 9C, 03 and 31. RGB value is (156,3,49). Sum of RGB (Red+Green+Blue) = 156+3+49=208 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0331 is #63FCCE. Grayscale: #353535. Windows color (decimal): -6552783 or 3212188. OLE color: 3212188.
HSL color Cylindrical-coordinate representation of color #9C0331: hue angle of 341.96º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C0331 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 3 | 49 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.39 |
| HSL | 341.96º | 0.96% | 0.31% | - |
| HSV(B) | 341.96º | 0.98% | 0.61% | - |
| XYZ | 14.3 | 7.35 | 3.57 | - |
| YUV | 53.99 | 125.19 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 3 | 49 | 0 | 0.98 | 0.69 | 0.39 | 341.96 | 0.96 | 0.31 |
| Hex | 9C | 3 | 31 | 0 | 62 | 45 | 27 | 156 | 60 | 1F |
| Octal | 234 | 3 | 61 | 0 | 142 | 105 | 47 | 526 | 140 | 37 |
| Binary | 10011100 | 11 | 110001 | 0 | 1100010 | 1000101 | 100111 | 101010110 | 1100000 | 11111 |
Color Harmonies of #9C0331
Complementary color
Monochromatic Colors of #9C0331
Black with #9C0331
Text Example
Text Example
White with #9C0331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0331; }
p { color: rgb(156,3,49); }
H1.HeaderClassName
{
color: #9C0331;
}
.AnyTagClassName
{
color: #9C0331;
}
</style>
background-color css
<style>
a { background-color: #9C0331; }
a { background-color: rgb(156,3,49); }
div.DivClassName
{
background-color: #9C0331;
}
.BgClassName
{
background-color: #9C0331;
}
</style>
border-color css
<style>
span { border-color: #9C0331; }
span { border-color: rgb(156,3,49); }
td.TdClassName
{
border-color: #9C0331;
}
.TagClassName
{
border-color: #9C0331;
}
</style>