#9E0429

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

Shades of Carmine #9E0429

Tints of Carmine #9E0429

Color information

#9E0429 (or 0x9E0429) is unknown color: approx Carmine. HEX triplet: 9E, 04 and 29. RGB value is (158,4,41). Sum of RGB (Red+Green+Blue) = 158+4+41=203 (26% of max value = 765). Red value is 158 (62.11% from 255 or 77.83% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0429 is #61FBD6. Grayscale: #363636. Windows color (decimal): -6421463 or 2688158. OLE color: 2688158.

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

Color convert

RGB158441-
CMYK00.970.740.38
HSL345.58º95.06%31.76%-
HSV(B)345.58º97.47%61.96%-
XYZ14.547.522.78-
YUV54.26120.52201.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 77.83%
GREEN value IS 4 (1.95% from 255) = 1.97%
BLUE value IS 41 (16.41% from 255) = 20.20%
R=77.83%
G=1.97%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15844100.970.740.38345.5895.0631.76
Hex9E4290614A2615a5f20
Octal23645101411124653213740
Binary100111101001010010110000110010101001101010110101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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