#8C081A

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

Shades of Carmine #8C081A

Tints of Carmine #8C081A

Color information

#8C081A (or 0x8C081A) is unknown color: approx Carmine. HEX triplet: 8C, 08 and 1A. RGB value is (140,8,26). Sum of RGB (Red+Green+Blue) = 140+8+26=174 (23% of max value = 765). Red value is 140 (55.08% from 255 or 80.46% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 140 - color contains mainly: red. Hex color #8C081A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C081A is #73F7E5. Grayscale: #313131. Windows color (decimal): -7600102 or 1706124. OLE color: 1706124.

HSL color Cylindrical-coordinate representation of color #8C081A: hue angle of 351.82º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C081A is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB140826-
CMYK00.940.810.45
HSL351.82º89.19%29.02%-
HSV(B)351.82º94.29%54.9%-
XYZ11.095.821.52-
YUV49.52114.73192.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 80.46%
GREEN value IS 8 (3.52% from 255) = 4.60%
BLUE value IS 26 (10.55% from 255) = 14.94%
R=80.46%
G=4.60%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14082600.940.810.45351.8289.1929.02
Hex8C81A05E512D160591d
Octal214103201361215554013135
Binary10001100100011010010111101010001101101101100000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,8,26); }

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

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

 a { background-color: rgb(140,8,26); }

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

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

 span { border-color: rgb(140,8,26); }

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