Shades of Carmine #9C0239
Tints of Carmine #9C0239
RGB
CMYK
RGB Variations
Color information
#9C0239 (or 0x9C0239) is known color: Carmine. HEX triplet: 9C, 02 and 39. RGB value is (156,2,57). Sum of RGB (Red+Green+Blue) = 156+2+57=215 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.56% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 57 (22.66% from 255 or 26.51% from 215); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0239 is #63FDC6. Grayscale: #363636. Windows color (decimal): -6553031 or 3736220. OLE color: 3736220.
HSL color Cylindrical-coordinate representation of color #9C0239: hue angle of 338.57º degrees, saturation: 0.97, 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 #9C0239 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 2 | 57 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.39 |
| HSL | 338.57º | 0.97% | 0.31% | - |
| HSV(B) | 338.57º | 0.99% | 0.61% | - |
| XYZ | 14.47 | 7.41 | 4.54 | - |
| YUV | 54.32 | 129.52 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 2 | 57 | 0 | 0.99 | 0.63 | 0.39 | 338.57 | 0.97 | 0.31 |
| Hex | 9C | 2 | 39 | 0 | 63 | 3F | 27 | 153 | 61 | 1F |
| Octal | 234 | 2 | 71 | 0 | 143 | 77 | 47 | 523 | 141 | 37 |
| Binary | 10011100 | 10 | 111001 | 0 | 1100011 | 111111 | 100111 | 101010011 | 1100001 | 11111 |
Color Harmonies of #9C0239
Complementary color
Monochromatic Colors of #9C0239
Black with #9C0239
Text Example
Text Example
White with #9C0239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0239; }
p { color: rgb(156,2,57); }
H1.HeaderClassName
{
color: #9C0239;
}
.AnyTagClassName
{
color: #9C0239;
}
</style>
background-color css
<style>
a { background-color: #9C0239; }
a { background-color: rgb(156,2,57); }
div.DivClassName
{
background-color: #9C0239;
}
.BgClassName
{
background-color: #9C0239;
}
</style>
border-color css
<style>
span { border-color: #9C0239; }
span { border-color: rgb(156,2,57); }
td.TdClassName
{
border-color: #9C0239;
}
.TagClassName
{
border-color: #9C0239;
}
</style>