Html Css Color HEX #9E091A Carmine

📋 copy color: '#9E091A'

red 158 ◦ green 9 ◦ blue 26

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

Shades of Carmine #9E091A

Tints of Carmine #9E091A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.66%

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

R = 81.87%
G = 4.66%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9E091A (or 0x9E091A) is known color: Carmine. HEX triplet: 9E, 09 and 1A. RGB value is (158,9,26). Sum of RGB (Red+Green+Blue) = 158+9+26=193 (25% of max value = 765). Red value is 158 (62.11% from 255 or 81.87% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 158 - color contains mainly: red. Hex color #9E091A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E091A is #61F6E5. Grayscale: #373737. Windows color (decimal): -6420198 or 1706398. OLE color: 1706398.

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

Color convert

RGB 158 9 26 -
CMYK 0 0.94 0.84 0.38
HSL 353.15º 0.89% 0.33% -
HSV(B) 353.15º 0.94% 0.62% -
XYZ 14.38 7.54 1.67 -
YUV 55.49 111.36 201.12 -
System Red Green Blue C M Y K H S L
Decimal 158 9 26 0 0.94 0.84 0.38 353.15 0.89 0.33
Hex 9E 9 1A 0 5E 54 26 161 59 21
Octal 236 11 32 0 136 124 46 541 131 41
Binary 10011110 1001 11010 0 1011110 1010100 100110 101100001 1011001 100001

Color Harmonies of #9E091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E091A

Black with #9E091A

Text Example


Text Example

White with #9E091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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