#9E002D

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

Shades of Carmine #9E002D

Tints of Carmine #9E002D

Color information

#9E002D (or 0x9E002D) is unknown color: approx Carmine. HEX triplet: 9E, 00 and 2D. RGB value is (158,0,45). Sum of RGB (Red+Green+Blue) = 158+0+45=203 (26% of max value = 765). Red value is 158 (62.11% from 255 or 77.83% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 158 - color contains mainly: red. Hex color #9E002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E002D is #61FFD2. Grayscale: #343434. Windows color (decimal): -6422483 or 2949278. OLE color: 2949278.

HSL color Cylindrical-coordinate representation of color #9E002D: hue angle of 342.91º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E002D is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB158045-
CMYK010.720.38
HSL342.91º100%30.98%-
HSV(B)342.91º100%61.96%-
XYZ14.577.463.15-
YUV52.37123.85203.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 77.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 22.17%
R=77.83%
G=0%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158045010.720.38342.9110030.98
Hex9E02D0644826157641f
Octal23605501441104652714437
Binary100111100101101011001001001000100110101010111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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