Shades of Carmine #8C0A17
Tints of Carmine #8C0A17
RGB
CMYK
RGB Variations
Color information
#8C0A17 (or 0x8C0A17) is known color: Carmine. HEX triplet: 8C, 0A and 17. RGB value is (140,10,23). Sum of RGB (Red+Green+Blue) = 140+10+23=173 (22% of max value = 765). Red value is 140 (55.08% from 255 or 80.92% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0A17 is #73F5E8. Grayscale: #323232. Windows color (decimal): -7599593 or 1510028. OLE color: 1510028.
HSL color Cylindrical-coordinate representation of color #8C0A17: hue angle of 354º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0A17 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 10 | 23 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.45 |
| HSL | 354º | 0.87% | 0.29% | - |
| HSV(B) | 354º | 0.93% | 0.55% | - |
| XYZ | 11.08 | 5.85 | 1.36 | - |
| YUV | 50.35 | 112.57 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 23 | 0 | 0.93 | 0.84 | 0.45 | 354 | 0.87 | 0.29 |
| Hex | 8C | A | 17 | 0 | 5D | 54 | 2D | 162 | 57 | 1D |
| Octal | 214 | 12 | 27 | 0 | 135 | 124 | 55 | 542 | 127 | 35 |
| Binary | 10001100 | 1010 | 10111 | 0 | 1011101 | 1010100 | 101101 | 101100010 | 1010111 | 11101 |
Color Harmonies of #8C0A17
Complementary color
Monochromatic Colors of #8C0A17
Black with #8C0A17
Text Example
Text Example
White with #8C0A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0A17; }
p { color: rgb(140,10,23); }
H1.HeaderClassName
{
color: #8C0A17;
}
.AnyTagClassName
{
color: #8C0A17;
}
</style>
background-color css
<style>
a { background-color: #8C0A17; }
a { background-color: rgb(140,10,23); }
div.DivClassName
{
background-color: #8C0A17;
}
.BgClassName
{
background-color: #8C0A17;
}
</style>
border-color css
<style>
span { border-color: #8C0A17; }
span { border-color: rgb(140,10,23); }
td.TdClassName
{
border-color: #8C0A17;
}
.TagClassName
{
border-color: #8C0A17;
}
</style>