Shades of Carmine #8C0314
Tints of Carmine #8C0314
RGB
CMYK
RGB Variations
Color information
#8C0314 (or 0x8C0314) is known color: Carmine. HEX triplet: 8C, 03 and 14. RGB value is (140,3,20). Sum of RGB (Red+Green+Blue) = 140+3+20=163 (21% of max value = 765). Red value is 140 (55.08% from 255 or 85.89% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0314 is #73FCEB. Grayscale: #2D2D2D. Windows color (decimal): -7601388 or 1311628. OLE color: 1311628.
HSL color Cylindrical-coordinate representation of color #8C0314: hue angle of 352.55º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C0314 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 3 | 20 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.45 |
| HSL | 352.55º | 0.96% | 0.28% | - |
| HSV(B) | 352.55º | 0.98% | 0.55% | - |
| XYZ | 10.97 | 5.69 | 1.18 | - |
| YUV | 45.9 | 113.39 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 3 | 20 | 0 | 0.98 | 0.86 | 0.45 | 352.55 | 0.96 | 0.28 |
| Hex | 8C | 3 | 14 | 0 | 62 | 56 | 2D | 161 | 60 | 1C |
| Octal | 214 | 3 | 24 | 0 | 142 | 126 | 55 | 541 | 140 | 34 |
| Binary | 10001100 | 11 | 10100 | 0 | 1100010 | 1010110 | 101101 | 101100001 | 1100000 | 11100 |
Color Harmonies of #8C0314
Complementary color
Monochromatic Colors of #8C0314
Black with #8C0314
Text Example
Text Example
White with #8C0314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0314; }
p { color: rgb(140,3,20); }
H1.HeaderClassName
{
color: #8C0314;
}
.AnyTagClassName
{
color: #8C0314;
}
</style>
background-color css
<style>
a { background-color: #8C0314; }
a { background-color: rgb(140,3,20); }
div.DivClassName
{
background-color: #8C0314;
}
.BgClassName
{
background-color: #8C0314;
}
</style>
border-color css
<style>
span { border-color: #8C0314; }
span { border-color: rgb(140,3,20); }
td.TdClassName
{
border-color: #8C0314;
}
.TagClassName
{
border-color: #8C0314;
}
</style>