#8E0520

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

Shades of Carmine #8E0520

Tints of Carmine #8E0520

Color information

#8E0520 (or 0x8E0520) is unknown color: approx Carmine. HEX triplet: 8E, 05 and 20. RGB value is (142,5,32). Sum of RGB (Red+Green+Blue) = 142+5+32=179 (23% of max value = 765). Red value is 142 (55.86% from 255 or 79.33% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0520 is #71FADF. Grayscale: #313131. Windows color (decimal): -7469792 or 2098574. OLE color: 2098574.

HSL color Cylindrical-coordinate representation of color #8E0520: hue angle of 348.18º 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 #8E0520 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB142532-
CMYK00.960.770.44
HSL348.18º93.2%28.82%-
HSV(B)348.18º96.48%55.69%-
XYZ11.475.961.91-
YUV49.04118.39194.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 79.33%
GREEN value IS 5 (2.34% from 255) = 2.79%
BLUE value IS 32 (12.89% from 255) = 17.88%
R=79.33%
G=2.79%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14253200.960.770.44348.1893.228.82
Hex8E5200604D2C15c5d1d
Octal21654001401155453413535
Binary10001110101100000011000001001101101100101011100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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