Html Css Color HEX #9E011B Carmine

📋 copy color: '#9E011B'

red 158 ◦ green 1 ◦ blue 27

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

Shades of Carmine #9E011B

Tints of Carmine #9E011B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

 BLUE value IS 27 (10.94% from 255) = 14.52%

R = 84.95%
G = 0.54%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9E011B (or 0x9E011B) is known color: Carmine. HEX triplet: 9E, 01 and 1B. RGB value is (158,1,27). Sum of RGB (Red+Green+Blue) = 158+1+27=186 (24% of max value = 765). Red value is 158 (62.11% from 255 or 84.95% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 158 - color contains mainly: red. Hex color #9E011B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E011B is #61FEE4. Grayscale: #323232. Windows color (decimal): -6422245 or 1769886. OLE color: 1769886.

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

Color convert

RGB 158 1 27 -
CMYK 0 0.99 0.83 0.38
HSL 350.06º 0.99% 0.31% -
HSV(B) 350.06º 0.99% 0.62% -
XYZ 14.31 7.37 1.71 -
YUV 50.91 114.51 204.39 -
System Red Green Blue C M Y K H S L
Decimal 158 1 27 0 0.99 0.83 0.38 350.06 0.99 0.31
Hex 9E 1 1B 0 63 53 26 15E 63 1F
Octal 236 1 33 0 143 123 46 536 143 37
Binary 10011110 1 11011 0 1100011 1010011 100110 101011110 1100011 11111

Color Harmonies of #9E011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E011B

Black with #9E011B

Text Example


Text Example

White with #9E011B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,1,27); }

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

background-color css

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

 a { background-color: rgb(158,1,27); }

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

border-color css

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

 span { border-color: rgb(158,1,27); }

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