Html Css Color HEX #9E0026 Carmine

📋 copy color: '#9E0026'

red 158 ◦ green 0 ◦ blue 38

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

Shades of Carmine #9E0026

Tints of Carmine #9E0026

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 38 (15.23% from 255) = 19.39%

R = 80.61%
G = 0%
B = 19.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.38

RGB Variations

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

Color information

#9E0026 (or 0x9E0026) is known color: Carmine. HEX triplet: 9E, 00 and 26. RGB value is (158,0,38). Sum of RGB (Red+Green+Blue) = 158+0+38=196 (25% of max value = 765). Red value is 158 (62.11% from 255 or 80.61% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0026 is #61FFD9. Grayscale: #333333. Windows color (decimal): -6422490 or 2490526. OLE color: 2490526.

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

Color convert

RGB 158 0 38 -
CMYK 0 1 0.76 0.38
HSL 345.57º 1% 0.31% -
HSV(B) 345.57º 1% 0.62% -
XYZ 14.45 7.41 2.5 -
YUV 51.57 120.35 203.91 -
System Red Green Blue C M Y K H S L
Decimal 158 0 38 0 1 0.76 0.38 345.57 1 0.31
Hex 9E 0 26 0 64 4C 26 15A 64 1F
Octal 236 0 46 0 144 114 46 532 144 37
Binary 10011110 0 100110 0 1100100 1001100 100110 101011010 1100100 11111

Color Harmonies of #9E0026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0026

Black with #9E0026

Text Example


Text Example

White with #9E0026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,0,38); }

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

background-color css

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

 a { background-color: rgb(158,0,38); }

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

border-color css

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

 span { border-color: rgb(158,0,38); }

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