Html Css Color HEX #9E122C Carmine

📋 copy color: '#9E122C'

red 158 ◦ green 18 ◦ blue 44

#9E122C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #9E122C

Tints of Carmine #9E122C

RGB

 RED value IS 158 (62.11% from 255) = 71.82%

 GREEN value IS 18 (7.42% from 255) = 8.18%

 BLUE value IS 44 (17.58% from 255) = 20%

R = 71.82%
G = 8.18%
B = 20%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9E122C (or 0x9E122C) is known color: Carmine. HEX triplet: 9E, 12 and 2C. RGB value is (158,18,44). Sum of RGB (Red+Green+Blue) = 158+18+44=220 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.82% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 158 - color contains mainly: red. Hex color #9E122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E122C is #61EDD3. Grayscale: #3E3E3E. Windows color (decimal): -6417876 or 2888350. OLE color: 2888350.

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

Color convert

RGB 158 18 44 -
CMYK 0 0.89 0.72 0.38
HSL 348.86º 0.8% 0.35% -
HSV(B) 348.86º 0.89% 0.62% -
XYZ 14.77 7.88 3.13 -
YUV 62.82 117.38 195.89 -
System Red Green Blue C M Y K H S L
Decimal 158 18 44 0 0.89 0.72 0.38 348.86 0.8 0.35
Hex 9E 12 2C 0 59 48 26 15D 50 23
Octal 236 22 54 0 131 110 46 535 120 43
Binary 10011110 10010 101100 0 1011001 1001000 100110 101011101 1010000 100011

Color Harmonies of #9E122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E122C

Black with #9E122C

Text Example


Text Example

White with #9E122C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E122C;
 }
 .AnyTagClassName
 {
   color: #9E122C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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