#9E112D

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

Shades of Carmine #9E112D

Tints of Carmine #9E112D

Color information

#9E112D (or 0x9E112D) is unknown color: approx Carmine. HEX triplet: 9E, 11 and 2D. RGB value is (158,17,45). Sum of RGB (Red+Green+Blue) = 158+17+45=220 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.82% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 158 - color contains mainly: red. Hex color #9E112D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E112D is #61EED2. Grayscale: #3E3E3E. Windows color (decimal): -6418131 or 2953630. OLE color: 2953630.

HSL color Cylindrical-coordinate representation of color #9E112D: hue angle of 348.09º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E112D is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB1581745-
CMYK00.890.720.38
HSL348.09º80.57%34.31%-
HSV(B)348.09º89.24%61.96%-
XYZ14.777.863.22-
YUV62.35118.21196.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 71.82%
GREEN value IS 17 (7.03% from 255) = 7.73%
BLUE value IS 45 (17.97% from 255) = 20.45%
R=71.82%
G=7.73%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158174500.890.720.38348.0980.5734.31
Hex9E112D059482615c5122
Octal236215501311104653412142
Binary10011110100011011010101100110010001001101010111001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E112D; }

 p { color: rgb(158,17,45); }

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

<style>
 a { background-color: #9E112D; }

 a { background-color: rgb(158,17,45); }

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

<style>
 span { border-color: #9E112D; }

 span { border-color: rgb(158,17,45); }

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