#9E052C

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

Shades of Carmine #9E052C

Tints of Carmine #9E052C

Color information

#9E052C (or 0x9E052C) is unknown color: approx Carmine. HEX triplet: 9E, 05 and 2C. RGB value is (158,5,44). Sum of RGB (Red+Green+Blue) = 158+5+44=207 (27% of max value = 765). Red value is 158 (62.11% from 255 or 76.33% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 158 - color contains mainly: red. Hex color #9E052C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E052C is #61FAD3. Grayscale: #373737. Windows color (decimal): -6421204 or 2885022. OLE color: 2885022.

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

Color convert

RGB158544-
CMYK00.970.720.38
HSL344.71º93.87%31.96%-
HSV(B)344.71º96.84%61.96%-
XYZ14.617.563.07-
YUV55.19121.69201.33-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 76.33%
GREEN value IS 5 (2.34% from 255) = 2.42%
BLUE value IS 44 (17.58% from 255) = 21.26%
R=76.33%
G=2.42%
B=21.26%

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
Decimal15854400.970.720.38344.7193.8731.96
Hex9E52C06148261595e20
Octal23655401411104653113640
Binary100111101011011000110000110010001001101010110011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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