#8E161B

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

Shades of Carmine #8E161B

Tints of Carmine #8E161B

Color information

#8E161B (or 0x8E161B) is unknown color: approx Carmine. HEX triplet: 8E, 16 and 1B. RGB value is (142,22,27). Sum of RGB (Red+Green+Blue) = 142+22+27=191 (25% of max value = 765). Red value is 142 (55.86% from 255 or 74.35% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 142 - color contains mainly: red. Hex color #8E161B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E161B is #71E9E4. Grayscale: #3A3A3A. Windows color (decimal): -7465445 or 1775246. OLE color: 1775246.

HSL color Cylindrical-coordinate representation of color #8E161B: hue angle of 357.5º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E161B is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB1422227-
CMYK00.850.810.44
HSL357.5º73.17%32.16%-
HSV(B)357.5º84.51%55.69%-
XYZ11.646.41.66-
YUV58.45110.26187.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 74.35%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 27 (10.94% from 255) = 14.14%
R=74.35%
G=11.52%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142222700.850.810.44357.573.1732.16
Hex8E161B055512C1664920
Octal216263301251215454611140
Binary1000111010110110110101010110100011011001011001101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,22,27); }

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

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

 a { background-color: rgb(142,22,27); }

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

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

 span { border-color: rgb(142,22,27); }

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