#9E0D32

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

Shades of Carmine #9E0D32

Tints of Carmine #9E0D32

Color information

#9E0D32 (or 0x9E0D32) is unknown color: approx Carmine. HEX triplet: 9E, 0D and 32. RGB value is (158,13,50). Sum of RGB (Red+Green+Blue) = 158+13+50=221 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.49% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0D32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0D32 is #61F2CD. Grayscale: #3C3C3C. Windows color (decimal): -6419150 or 3280286. OLE color: 3280286.

HSL color Cylindrical-coordinate representation of color #9E0D32: hue angle of 344.69º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E0D32 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB1581350-
CMYK00.920.680.38
HSL344.69º84.8%33.53%-
HSV(B)344.69º91.77%61.96%-
XYZ14.827.793.74-
YUV60.57122.04197.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 71.49%
GREEN value IS 13 (5.47% from 255) = 5.88%
BLUE value IS 50 (19.92% from 255) = 22.62%
R=71.49%
G=5.88%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158135000.920.680.38344.6984.833.53
Hex9ED3205C44261595522
Octal236156201341044653112542
Binary1001111011011100100101110010001001001101010110011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,13,50); }

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

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

 a { background-color: rgb(158,13,50); }

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

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

 span { border-color: rgb(158,13,50); }

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