#9E043A

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

Shades of Carmine #9E043A

Tints of Carmine #9E043A

Color information

#9E043A (or 0x9E043A) is unknown color: approx Carmine. HEX triplet: 9E, 04 and 3A. RGB value is (158,4,58). Sum of RGB (Red+Green+Blue) = 158+4+58=220 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.82% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 158 - color contains mainly: red. Hex color #9E043A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E043A is #61FBC5. Grayscale: #383838. Windows color (decimal): -6421446 or 3802270. OLE color: 3802270.

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

Color convert

RGB158458-
CMYK00.970.630.38
HSL338.96º95.06%31.76%-
HSV(B)338.96º97.47%61.96%-
XYZ14.917.664.7-
YUV56.2129.02200.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 71.82%
GREEN value IS 4 (1.95% from 255) = 1.82%
BLUE value IS 58 (23.05% from 255) = 26.36%
R=71.82%
G=1.82%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15845800.970.630.38338.9695.0631.76
Hex9E43A0613F261535f20
Octal2364720141774652313740
Binary10011110100111010011000011111111001101010100111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,4,58); }

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

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

 a { background-color: rgb(158,4,58); }

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

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

 span { border-color: rgb(158,4,58); }

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