Html Css Color HEX #9E191A Carmine

📋 copy color: '#9E191A'

red 158 ◦ green 25 ◦ blue 26

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

Shades of Carmine #9E191A

Tints of Carmine #9E191A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.96%

 BLUE value IS 26 (10.55% from 255) = 12.44%

R = 75.6%
G = 11.96%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9E191A (or 0x9E191A) is known color: Carmine. HEX triplet: 9E, 19 and 1A. RGB value is (158,25,26). Sum of RGB (Red+Green+Blue) = 158+25+26=209 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.60% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 158 - color contains mainly: red. Hex color #9E191A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E191A is #61E6E5. Grayscale: #414141. Windows color (decimal): -6416102 or 1710494. OLE color: 1710494.

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

Color convert

RGB 158 25 26 -
CMYK 0 0.84 0.84 0.38
HSL 359.55º 0.73% 0.36% -
HSV(B) 359.55º 0.84% 0.62% -
XYZ 14.63 8.04 1.76 -
YUV 64.88 106.06 194.42 -
System Red Green Blue C M Y K H S L
Decimal 158 25 26 0 0.84 0.84 0.38 359.55 0.73 0.36
Hex 9E 19 1A 0 54 54 26 168 49 24
Octal 236 31 32 0 124 124 46 550 111 44
Binary 10011110 11001 11010 0 1010100 1010100 100110 101101000 1001001 100100

Color Harmonies of #9E191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E191A

Black with #9E191A

Text Example


Text Example

White with #9E191A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,25,26); }

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

background-color css

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

 a { background-color: rgb(158,25,26); }

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

border-color css

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

 span { border-color: rgb(158,25,26); }

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