#8C0219

Color #8C0219 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #8C0219

Tints of Carmine #8C0219

Color information

#8C0219 (or 0x8C0219) is unknown color: approx Carmine. HEX triplet: 8C, 02 and 19. RGB value is (140,2,25). Sum of RGB (Red+Green+Blue) = 140+2+25=167 (22% of max value = 765). Red value is 140 (55.08% from 255 or 83.83% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 25 (10.16% from 255 or 14.97% from 167); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0219 is #73FDE6. Grayscale: #2D2D2D. Windows color (decimal): -7601639 or 1639052. OLE color: 1639052.

HSL color Cylindrical-coordinate representation of color #8C0219: hue angle of 350º 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 #8C0219 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB140225-
CMYK00.990.820.45
HSL350º97.18%27.84%-
HSV(B)350º98.57%54.9%-
XYZ11.015.691.44-
YUV45.88116.22195.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 83.83%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 25 (10.16% from 255) = 14.97%
R=83.83%
G=1.20%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14022500.990.820.4535097.1827.84
Hex8C219063522D15e611c
Octal21423101431225553614134
Binary100011001011001011000111010010101101101011110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C0219; }

 p { color: rgb(140,2,25); }

 H1.HeaderClassName
 {
   color: #8C0219;
 }
 .AnyTagClassName
 {
   color: #8C0219;
 }
</style>
background-color css

<style>
 a { background-color: #8C0219; }

 a { background-color: rgb(140,2,25); }

 div.DivClassName
 {
   background-color: #8C0219;
 }
 .BgClassName
 {
   background-color: #8C0219;
 }
</style>
border-color css

<style>
 span { border-color: #8C0219; }

 span { border-color: rgb(140,2,25); }

 td.TdClassName
 {
   border-color: #8C0219;
 }
 .TagClassName
 {
   border-color: #8C0219;
 }
</style>