#8E0C1E

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

Shades of Carmine #8E0C1E

Tints of Carmine #8E0C1E

Color information

#8E0C1E (or 0x8E0C1E) is unknown color: approx Carmine. HEX triplet: 8E, 0C and 1E. RGB value is (142,12,30). Sum of RGB (Red+Green+Blue) = 142+12+30=184 (24% of max value = 765). Red value is 142 (55.86% from 255 or 77.17% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0C1E is #71F3E1. Grayscale: #343434. Windows color (decimal): -7468002 or 1969294. OLE color: 1969294.

HSL color Cylindrical-coordinate representation of color #8E0C1E: hue angle of 351.69º degrees, saturation: 0.84, 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 #8E0C1E is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB1421230-
CMYK00.920.790.44
HSL351.69º84.42%30.2%-
HSV(B)351.69º91.55%55.69%-
XYZ11.526.111.8-
YUV52.92115.07191.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 77.17%
GREEN value IS 12 (5.08% from 255) = 6.52%
BLUE value IS 30 (12.11% from 255) = 16.30%
R=77.17%
G=6.52%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142123000.920.790.44351.6984.4230.2
Hex8EC1E05C4F2C160541e
Octal216143601341175454012436
Binary10001110110011110010111001001111101100101100000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,12,30); }

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

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

 a { background-color: rgb(142,12,30); }

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

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

 span { border-color: rgb(142,12,30); }

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