#9E072C

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

Shades of Carmine #9E072C

Tints of Carmine #9E072C

Color information

#9E072C (or 0x9E072C) is unknown color: approx Carmine. HEX triplet: 9E, 07 and 2C. RGB value is (158,7,44). Sum of RGB (Red+Green+Blue) = 158+7+44=209 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.60% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 158 - color contains mainly: red. Hex color #9E072C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E072C is #61F8D3. Grayscale: #383838. Windows color (decimal): -6420692 or 2885534. OLE color: 2885534.

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

Color convert

RGB158744-
CMYK00.960.720.38
HSL345.3º91.52%32.35%-
HSV(B)345.3º95.57%61.96%-
XYZ14.637.63.08-
YUV56.37121.03200.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 75.60%
GREEN value IS 7 (3.12% from 255) = 3.35%
BLUE value IS 44 (17.58% from 255) = 21.05%
R=75.60%
G=3.35%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15874400.960.720.38345.391.5232.35
Hex9E72C06048261595c20
Octal23675401401104653113440
Binary100111101111011000110000010010001001101010110011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E072C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,7,44); }

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

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

 a { background-color: rgb(158,7,44); }

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

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

 span { border-color: rgb(158,7,44); }

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