#9E072B

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

Shades of Carmine #9E072B

Tints of Carmine #9E072B

Color information

#9E072B (or 0x9E072B) is unknown color: approx Carmine. HEX triplet: 9E, 07 and 2B. RGB value is (158,7,43). Sum of RGB (Red+Green+Blue) = 158+7+43=208 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.96% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 158 - color contains mainly: red. Hex color #9E072B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E072B is #61F8D4. Grayscale: #383838. Windows color (decimal): -6420693 or 2819998. OLE color: 2819998.

HSL color Cylindrical-coordinate representation of color #9E072B: hue angle of 345.7º 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 #9E072B is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB158743-
CMYK00.960.730.38
HSL345.7º91.52%32.35%-
HSV(B)345.7º95.57%61.96%-
XYZ14.617.62.98-
YUV56.25120.53200.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 75.96%
GREEN value IS 7 (3.12% from 255) = 3.37%
BLUE value IS 43 (17.19% from 255) = 20.67%
R=75.96%
G=3.37%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15874300.960.730.38345.791.5232.35
Hex9E72B060492615a5c20
Octal23675301401114653213440
Binary100111101111010110110000010010011001101010110101011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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