Shades of Carmine #9C181B
Tints of Carmine #9C181B
RGB
CMYK
RGB Variations
Color information
#9C181B (or 0x9C181B) is known color: Carmine. HEX triplet: 9C, 18 and 1B. RGB value is (156,24,27). Sum of RGB (Red+Green+Blue) = 156+24+27=207 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75.36% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 156 - color contains mainly: red. Hex color #9C181B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C181B is #63E7E4. Grayscale: #3F3F3F. Windows color (decimal): -6547429 or 1775772. OLE color: 1775772.
HSL color Cylindrical-coordinate representation of color #9C181B: hue angle of 358.64º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C181B is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 24 | 27 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.39 |
| HSL | 358.64º | 0.73% | 0.35% | - |
| HSV(B) | 358.64º | 0.85% | 0.61% | - |
| XYZ | 14.23 | 7.8 | 1.79 | - |
| YUV | 63.81 | 107.23 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 24 | 27 | 0 | 0.85 | 0.83 | 0.39 | 358.64 | 0.73 | 0.35 |
| Hex | 9C | 18 | 1B | 0 | 55 | 53 | 27 | 167 | 49 | 23 |
| Octal | 234 | 30 | 33 | 0 | 125 | 123 | 47 | 547 | 111 | 43 |
| Binary | 10011100 | 11000 | 11011 | 0 | 1010101 | 1010011 | 100111 | 101100111 | 1001001 | 100011 |
Color Harmonies of #9C181B
Complementary color
Monochromatic Colors of #9C181B
Black with #9C181B
Text Example
Text Example
White with #9C181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C181B; }
p { color: rgb(156,24,27); }
H1.HeaderClassName
{
color: #9C181B;
}
.AnyTagClassName
{
color: #9C181B;
}
</style>
background-color css
<style>
a { background-color: #9C181B; }
a { background-color: rgb(156,24,27); }
div.DivClassName
{
background-color: #9C181B;
}
.BgClassName
{
background-color: #9C181B;
}
</style>
border-color css
<style>
span { border-color: #9C181B; }
span { border-color: rgb(156,24,27); }
td.TdClassName
{
border-color: #9C181B;
}
.TagClassName
{
border-color: #9C181B;
}
</style>