#8E151A

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

Shades of Carmine #8E151A

Tints of Carmine #8E151A

Color information

#8E151A (or 0x8E151A) is unknown color: approx Carmine. HEX triplet: 8E, 15 and 1A. RGB value is (142,21,26). Sum of RGB (Red+Green+Blue) = 142+21+26=189 (25% of max value = 765). Red value is 142 (55.86% from 255 or 75.13% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 142 - color contains mainly: red. Hex color #8E151A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E151A is #71EAE5. Grayscale: #393939. Windows color (decimal): -7465702 or 1709454. OLE color: 1709454.

HSL color Cylindrical-coordinate representation of color #8E151A: hue angle of 357.52º degrees, saturation: 0.74, 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 #8E151A is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB1422126-
CMYK00.850.820.44
HSL357.52º74.23%31.96%-
HSV(B)357.52º85.21%55.69%-
XYZ11.616.361.59-
YUV57.75110.09188.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 75.13%
GREEN value IS 21 (8.59% from 255) = 11.11%
BLUE value IS 26 (10.55% from 255) = 13.76%
R=75.13%
G=11.11%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142212600.850.820.44357.5274.2331.96
Hex8E151A055522C1664a20
Octal216253201251225454611240
Binary1000111010101110100101010110100101011001011001101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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