Shades of Carmine #8C021A
Tints of Carmine #8C021A
RGB
CMYK
RGB Variations
Color information
#8C021A (or 0x8C021A) is known color: Carmine. HEX triplet: 8C, 02 and 1A. RGB value is (140,2,26). Sum of RGB (Red+Green+Blue) = 140+2+26=168 (22% of max value = 765). Red value is 140 (55.08% from 255 or 83.33% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 140 - color contains mainly: red. Hex color #8C021A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C021A is #73FDE5. Grayscale: #2E2E2E. Windows color (decimal): -7601638 or 1704588. OLE color: 1704588.
HSL color Cylindrical-coordinate representation of color #8C021A: hue angle of 349.57º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C021A is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 26 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.45 |
| HSL | 349.57º | 0.97% | 0.28% | - |
| HSV(B) | 349.57º | 0.99% | 0.55% | - |
| XYZ | 11.02 | 5.69 | 1.5 | - |
| YUV | 46 | 116.72 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 26 | 0 | 0.99 | 0.81 | 0.45 | 349.57 | 0.97 | 0.28 |
| Hex | 8C | 2 | 1A | 0 | 63 | 51 | 2D | 15E | 61 | 1C |
| Octal | 214 | 2 | 32 | 0 | 143 | 121 | 55 | 536 | 141 | 34 |
| Binary | 10001100 | 10 | 11010 | 0 | 1100011 | 1010001 | 101101 | 101011110 | 1100001 | 11100 |
Color Harmonies of #8C021A
Complementary color
Monochromatic Colors of #8C021A
Black with #8C021A
Text Example
Text Example
White with #8C021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C021A; }
p { color: rgb(140,2,26); }
H1.HeaderClassName
{
color: #8C021A;
}
.AnyTagClassName
{
color: #8C021A;
}
</style>
background-color css
<style>
a { background-color: #8C021A; }
a { background-color: rgb(140,2,26); }
div.DivClassName
{
background-color: #8C021A;
}
.BgClassName
{
background-color: #8C021A;
}
</style>
border-color css
<style>
span { border-color: #8C021A; }
span { border-color: rgb(140,2,26); }
td.TdClassName
{
border-color: #8C021A;
}
.TagClassName
{
border-color: #8C021A;
}
</style>