#8C0B1E

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

Shades of Carmine #8C0B1E

Tints of Carmine #8C0B1E

Color information

#8C0B1E (or 0x8C0B1E) is unknown color: approx Carmine. HEX triplet: 8C, 0B and 1E. RGB value is (140,11,30). Sum of RGB (Red+Green+Blue) = 140+11+30=181 (23% of max value = 765). Red value is 140 (55.08% from 255 or 77.35% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0B1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0B1E is #73F4E1. Grayscale: #333333. Windows color (decimal): -7599330 or 1969036. OLE color: 1969036.

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

Color convert

RGB1401130-
CMYK00.920.790.45
HSL351.16º85.43%29.61%-
HSV(B)351.16º92.14%54.9%-
XYZ11.175.911.78-
YUV51.74115.74190.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 77.35%
GREEN value IS 11 (4.69% from 255) = 6.08%
BLUE value IS 30 (12.11% from 255) = 16.57%
R=77.35%
G=6.08%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140113000.920.790.45351.1685.4329.61
Hex8CB1E05C4F2D15f551e
Octal214133601341175553712536
Binary10001100101111110010111001001111101101101011111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,11,30); }

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

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

 a { background-color: rgb(140,11,30); }

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

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

 span { border-color: rgb(140,11,30); }

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