#8E0416

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

Shades of Carmine #8E0416

Tints of Carmine #8E0416

Color information

#8E0416 (or 0x8E0416) is unknown color: approx Carmine. HEX triplet: 8E, 04 and 16. RGB value is (142,4,22). Sum of RGB (Red+Green+Blue) = 142+4+22=168 (22% of max value = 765). Red value is 142 (55.86% from 255 or 84.52% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0416 is #71FBE9. Grayscale: #2F2F2F. Windows color (decimal): -7470058 or 1442958. OLE color: 1442958.

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

Color convert

RGB142422-
CMYK00.970.850.44
HSL352.17º94.52%28.63%-
HSV(B)352.17º97.18%55.69%-
XYZ11.345.91.3-
YUV47.31113.72195.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 84.52%
GREEN value IS 4 (1.95% from 255) = 2.38%
BLUE value IS 22 (8.98% from 255) = 13.10%
R=84.52%
G=2.38%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14242200.970.850.44352.1794.5228.63
Hex8E416061552C1605f1d
Octal21642601411255454013735
Binary1000111010010110011000011010101101100101100000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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