Shades of Carmine #9C062B
Tints of Carmine #9C062B
RGB
CMYK
RGB Variations
Color information
#9C062B (or 0x9C062B) is known color: Carmine. HEX triplet: 9C, 06 and 2B. RGB value is (156,6,43). Sum of RGB (Red+Green+Blue) = 156+6+43=205 (27% of max value = 765). Red value is 156 (61.33% from 255 or 76.10% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 156 - color contains mainly: red. Hex color #9C062B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C062B is #63F9D4. Grayscale: #373737. Windows color (decimal): -6552021 or 2819740. OLE color: 2819740.
HSL color Cylindrical-coordinate representation of color #9C062B: hue angle of 345.2º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C062B is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 6 | 43 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.39 |
| HSL | 345.2º | 0.93% | 0.32% | - |
| HSV(B) | 345.2º | 0.96% | 0.61% | - |
| XYZ | 14.21 | 7.37 | 2.96 | - |
| YUV | 55.07 | 121.2 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 6 | 43 | 0 | 0.96 | 0.72 | 0.39 | 345.2 | 0.93 | 0.32 |
| Hex | 9C | 6 | 2B | 0 | 60 | 48 | 27 | 159 | 5D | 20 |
| Octal | 234 | 6 | 53 | 0 | 140 | 110 | 47 | 531 | 135 | 40 |
| Binary | 10011100 | 110 | 101011 | 0 | 1100000 | 1001000 | 100111 | 101011001 | 1011101 | 100000 |
Color Harmonies of #9C062B
Complementary color
Monochromatic Colors of #9C062B
Black with #9C062B
Text Example
Text Example
White with #9C062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C062B; }
p { color: rgb(156,6,43); }
H1.HeaderClassName
{
color: #9C062B;
}
.AnyTagClassName
{
color: #9C062B;
}
</style>
background-color css
<style>
a { background-color: #9C062B; }
a { background-color: rgb(156,6,43); }
div.DivClassName
{
background-color: #9C062B;
}
.BgClassName
{
background-color: #9C062B;
}
</style>
border-color css
<style>
span { border-color: #9C062B; }
span { border-color: rgb(156,6,43); }
td.TdClassName
{
border-color: #9C062B;
}
.TagClassName
{
border-color: #9C062B;
}
</style>