#9E052D

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

Shades of Carmine #9E052D

Tints of Carmine #9E052D

Color information

#9E052D (or 0x9E052D) is unknown color: approx Carmine. HEX triplet: 9E, 05 and 2D. RGB value is (158,5,45). Sum of RGB (Red+Green+Blue) = 158+5+45=208 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.96% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 158 - color contains mainly: red. Hex color #9E052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E052D is #61FAD2. Grayscale: #373737. Windows color (decimal): -6421203 or 2950558. OLE color: 2950558.

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

Color convert

RGB158545-
CMYK00.970.720.38
HSL344.31º93.87%31.96%-
HSV(B)344.31º96.84%61.96%-
XYZ14.637.573.17-
YUV55.31122.19201.25-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 75.96%
GREEN value IS 5 (2.34% from 255) = 2.40%
BLUE value IS 45 (17.97% from 255) = 21.63%
R=75.96%
G=2.40%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15854500.970.720.38344.3193.8731.96
Hex9E52D06148261585e20
Octal23655501411104653013640
Binary100111101011011010110000110010001001101010110001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E052D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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