#8E0B1A

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

Shades of Carmine #8E0B1A

Tints of Carmine #8E0B1A

Color information

#8E0B1A (or 0x8E0B1A) is unknown color: approx Carmine. HEX triplet: 8E, 0B and 1A. RGB value is (142,11,26). Sum of RGB (Red+Green+Blue) = 142+11+26=179 (23% of max value = 765). Red value is 142 (55.86% from 255 or 79.33% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0B1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0B1A is #71F4E5. Grayscale: #333333. Windows color (decimal): -7468262 or 1706894. OLE color: 1706894.

HSL color Cylindrical-coordinate representation of color #8E0B1A: hue angle of 353.13º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E0B1A is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB1421126-
CMYK00.920.820.44
HSL353.13º85.62%30%-
HSV(B)353.13º92.25%55.69%-
XYZ11.466.061.54-
YUV51.88113.4192.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 79.33%
GREEN value IS 11 (4.69% from 255) = 6.15%
BLUE value IS 26 (10.55% from 255) = 14.53%
R=79.33%
G=6.15%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142112600.920.820.44353.1385.6230
Hex8EB1A05C522C161561e
Octal216133201341225454112636
Binary10001110101111010010111001010010101100101100001101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,11,26); }

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

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

 a { background-color: rgb(142,11,26); }

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

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

 span { border-color: rgb(142,11,26); }

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