Html Css Color HEX #9E132A Carmine

📋 copy color: '#9E132A'

red 158 ◦ green 19 ◦ blue 42

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

Shades of Carmine #9E132A

Tints of Carmine #9E132A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.68%

 BLUE value IS 42 (16.8% from 255) = 19.18%

R = 72.15%
G = 8.68%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.38

RGB Variations

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

Color information

#9E132A (or 0x9E132A) is known color: Carmine. HEX triplet: 9E, 13 and 2A. RGB value is (158,19,42). Sum of RGB (Red+Green+Blue) = 158+19+42=219 (29% of max value = 765). Red value is 158 (62.11% from 255 or 72.15% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 158 - color contains mainly: red. Hex color #9E132A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E132A is #61ECD5. Grayscale: #3F3F3F. Windows color (decimal): -6417622 or 2757534. OLE color: 2757534.

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

Color convert

RGB 158 19 42 -
CMYK 0 0.88 0.73 0.38
HSL 350.07º 0.79% 0.35% -
HSV(B) 350.07º 0.88% 0.62% -
XYZ 14.75 7.9 2.94 -
YUV 63.18 116.05 195.63 -
System Red Green Blue C M Y K H S L
Decimal 158 19 42 0 0.88 0.73 0.38 350.07 0.79 0.35
Hex 9E 13 2A 0 58 49 26 15E 4F 23
Octal 236 23 52 0 130 111 46 536 117 43
Binary 10011110 10011 101010 0 1011000 1001001 100110 101011110 1001111 100011

Color Harmonies of #9E132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E132A

Black with #9E132A

Text Example


Text Example

White with #9E132A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,19,42); }

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

background-color css

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

 a { background-color: rgb(158,19,42); }

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

border-color css

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

 span { border-color: rgb(158,19,42); }

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