#9E0D2E

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

Shades of Carmine #9E0D2E

Tints of Carmine #9E0D2E

Color information

#9E0D2E (or 0x9E0D2E) is unknown color: approx Carmine. HEX triplet: 9E, 0D and 2E. RGB value is (158,13,46). Sum of RGB (Red+Green+Blue) = 158+13+46=217 (28% of max value = 765). Red value is 158 (62.11% from 255 or 72.81% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0D2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0D2E is #61F2D1. Grayscale: #3C3C3C. Windows color (decimal): -6419154 or 3018142. OLE color: 3018142.

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

Color convert

RGB1581346-
CMYK00.920.710.38
HSL346.34º84.8%33.53%-
HSV(B)346.34º91.77%61.96%-
XYZ14.747.753.3-
YUV60.12120.04197.82-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 72.81%
GREEN value IS 13 (5.47% from 255) = 5.99%
BLUE value IS 46 (18.36% from 255) = 21.20%
R=72.81%
G=5.99%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158134600.920.710.38346.3484.833.53
Hex9ED2E05C472615a5522
Octal236155601341074653212542
Binary1001111011011011100101110010001111001101010110101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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