#8C0C1D

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

Shades of Carmine #8C0C1D

Tints of Carmine #8C0C1D

Color information

#8C0C1D (or 0x8C0C1D) is unknown color: approx Carmine. HEX triplet: 8C, 0C and 1D. RGB value is (140,12,29). Sum of RGB (Red+Green+Blue) = 140+12+29=181 (23% of max value = 765). Red value is 140 (55.08% from 255 or 77.35% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0C1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0C1D is #73F3E2. Grayscale: #343434. Windows color (decimal): -7599075 or 1903756. OLE color: 1903756.

HSL color Cylindrical-coordinate representation of color #8C0C1D: hue angle of 352.03º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0C1D is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB1401229-
CMYK00.910.790.45
HSL352.03º84.21%29.8%-
HSV(B)352.03º91.43%54.9%-
XYZ11.175.931.72-
YUV52.21114.91190.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 77.35%
GREEN value IS 12 (5.08% from 255) = 6.63%
BLUE value IS 29 (11.72% from 255) = 16.02%
R=77.35%
G=6.63%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140122900.910.790.45352.0384.2129.8
Hex8CC1D05B4F2D160541e
Octal214143501331175554012436
Binary10001100110011101010110111001111101101101100000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,12,29); }

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

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

 a { background-color: rgb(140,12,29); }

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

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

 span { border-color: rgb(140,12,29); }

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