Html Css Color HEX #9E092B Carmine

📋 copy color: '#9E092B'

red 158 ◦ green 9 ◦ blue 43

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

Shades of Carmine #9E092B

Tints of Carmine #9E092B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.48%

R = 75.24%
G = 4.29%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.38

RGB Variations

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

Color information

#9E092B (or 0x9E092B) is known color: Carmine. HEX triplet: 9E, 09 and 2B. RGB value is (158,9,43). Sum of RGB (Red+Green+Blue) = 158+9+43=210 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.24% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 158 - color contains mainly: red. Hex color #9E092B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E092B is #61F6D4. Grayscale: #393939. Windows color (decimal): -6420181 or 2820510. OLE color: 2820510.

HSL color Cylindrical-coordinate representation of color #9E092B: hue angle of 346.31º 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 #9E092B is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 9 43 -
CMYK 0 0.94 0.73 0.38
HSL 346.31º 0.89% 0.33% -
HSV(B) 346.31º 0.94% 0.62% -
XYZ 14.63 7.64 2.99 -
YUV 57.43 119.86 199.74 -
System Red Green Blue C M Y K H S L
Decimal 158 9 43 0 0.94 0.73 0.38 346.31 0.89 0.33
Hex 9E 9 2B 0 5E 49 26 15A 59 21
Octal 236 11 53 0 136 111 46 532 131 41
Binary 10011110 1001 101011 0 1011110 1001001 100110 101011010 1011001 100001

Color Harmonies of #9E092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E092B

Black with #9E092B

Text Example


Text Example

White with #9E092B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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