#8E051E

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

Shades of Carmine #8E051E

Tints of Carmine #8E051E

Color information

#8E051E (or 0x8E051E) is unknown color: approx Carmine. HEX triplet: 8E, 05 and 1E. RGB value is (142,5,30). Sum of RGB (Red+Green+Blue) = 142+5+30=177 (23% of max value = 765). Red value is 142 (55.86% from 255 or 80.23% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 142 - color contains mainly: red. Hex color #8E051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E051E is #71FAE1. Grayscale: #303030. Windows color (decimal): -7469794 or 1967502. OLE color: 1967502.

HSL color Cylindrical-coordinate representation of color #8E051E: hue angle of 349.05º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E051E is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB142530-
CMYK00.960.790.44
HSL349.05º93.2%28.82%-
HSV(B)349.05º96.48%55.69%-
XYZ11.445.951.77-
YUV48.81117.39194.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 80.23%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 30 (12.11% from 255) = 16.95%
R=80.23%
G=2.82%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14253000.960.790.44349.0593.228.82
Hex8E51E0604F2C15d5d1d
Octal21653601401175453513535
Binary1000111010111110011000001001111101100101011101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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