Shades of Carmine #9C171F
Tints of Carmine #9C171F
RGB
CMYK
RGB Variations
Color information
#9C171F (or 0x9C171F) is known color: Carmine. HEX triplet: 9C, 17 and 1F. RGB value is (156,23,31). Sum of RGB (Red+Green+Blue) = 156+23+31=210 (27% of max value = 765). Red value is 156 (61.33% from 255 or 74.29% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 156 - color contains mainly: red. Hex color #9C171F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C171F is #63E8E0. Grayscale: #3F3F3F. Windows color (decimal): -6547681 or 2037660. OLE color: 2037660.
HSL color Cylindrical-coordinate representation of color #9C171F: hue angle of 356.39º degrees, saturation: 0.74, 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 #9C171F is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 23 | 31 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.39 |
| HSL | 356.39º | 0.74% | 0.35% | - |
| HSV(B) | 356.39º | 0.85% | 0.61% | - |
| XYZ | 14.26 | 7.78 | 2.05 | - |
| YUV | 63.68 | 109.56 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 23 | 31 | 0 | 0.85 | 0.80 | 0.39 | 356.39 | 0.74 | 0.35 |
| Hex | 9C | 17 | 1F | 0 | 55 | 50 | 27 | 164 | 4A | 23 |
| Octal | 234 | 27 | 37 | 0 | 125 | 120 | 47 | 544 | 112 | 43 |
| Binary | 10011100 | 10111 | 11111 | 0 | 1010101 | 1010000 | 100111 | 101100100 | 1001010 | 100011 |
Color Harmonies of #9C171F
Complementary color
Monochromatic Colors of #9C171F
Black with #9C171F
Text Example
Text Example
White with #9C171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C171F; }
p { color: rgb(156,23,31); }
H1.HeaderClassName
{
color: #9C171F;
}
.AnyTagClassName
{
color: #9C171F;
}
</style>
background-color css
<style>
a { background-color: #9C171F; }
a { background-color: rgb(156,23,31); }
div.DivClassName
{
background-color: #9C171F;
}
.BgClassName
{
background-color: #9C171F;
}
</style>
border-color css
<style>
span { border-color: #9C171F; }
span { border-color: rgb(156,23,31); }
td.TdClassName
{
border-color: #9C171F;
}
.TagClassName
{
border-color: #9C171F;
}
</style>