Shades of Carmine #9C0F23
Tints of Carmine #9C0F23
RGB
CMYK
RGB Variations
Color information
#9C0F23 (or 0x9C0F23) is known color: Carmine. HEX triplet: 9C, 0F and 23. RGB value is (156,15,35). Sum of RGB (Red+Green+Blue) = 156+15+35=206 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75.73% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0F23 is #63F0DC. Grayscale: #3B3B3B. Windows color (decimal): -6549725 or 2297756. OLE color: 2297756.
HSL color Cylindrical-coordinate representation of color #9C0F23: hue angle of 351.49º degrees, saturation: 0.82, 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 #9C0F23 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 15 | 35 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.39 |
| HSL | 351.49º | 0.82% | 0.34% | - |
| HSV(B) | 351.49º | 0.9% | 0.61% | - |
| XYZ | 14.18 | 7.53 | 2.3 | - |
| YUV | 59.44 | 114.21 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 15 | 35 | 0 | 0.90 | 0.78 | 0.39 | 351.49 | 0.82 | 0.34 |
| Hex | 9C | F | 23 | 0 | 5A | 4E | 27 | 15F | 52 | 22 |
| Octal | 234 | 17 | 43 | 0 | 132 | 116 | 47 | 537 | 122 | 42 |
| Binary | 10011100 | 1111 | 100011 | 0 | 1011010 | 1001110 | 100111 | 101011111 | 1010010 | 100010 |
Color Harmonies of #9C0F23
Complementary color
Monochromatic Colors of #9C0F23
Black with #9C0F23
Text Example
Text Example
White with #9C0F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0F23; }
p { color: rgb(156,15,35); }
H1.HeaderClassName
{
color: #9C0F23;
}
.AnyTagClassName
{
color: #9C0F23;
}
</style>
background-color css
<style>
a { background-color: #9C0F23; }
a { background-color: rgb(156,15,35); }
div.DivClassName
{
background-color: #9C0F23;
}
.BgClassName
{
background-color: #9C0F23;
}
</style>
border-color css
<style>
span { border-color: #9C0F23; }
span { border-color: rgb(156,15,35); }
td.TdClassName
{
border-color: #9C0F23;
}
.TagClassName
{
border-color: #9C0F23;
}
</style>