Html Css Color HEX #9E101B Carmine

📋 copy color: '#9E101B'

red 158 ◦ green 16 ◦ blue 27

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

Shades of Carmine #9E101B

Tints of Carmine #9E101B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.96%

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

R = 78.61%
G = 7.96%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9E101B (or 0x9E101B) is known color: Carmine. HEX triplet: 9E, 10 and 1B. RGB value is (158,16,27). Sum of RGB (Red+Green+Blue) = 158+16+27=201 (26% of max value = 765). Red value is 158 (62.11% from 255 or 78.61% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 158 - color contains mainly: red. Hex color #9E101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E101B is #61EFE4. Grayscale: #3B3B3B. Windows color (decimal): -6418405 or 1773726. OLE color: 1773726.

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

Color convert

RGB 158 16 27 -
CMYK 0 0.90 0.83 0.38
HSL 355.35º 0.82% 0.34% -
HSV(B) 355.35º 0.9% 0.62% -
XYZ 14.48 7.72 1.76 -
YUV 59.71 109.54 198.11 -
System Red Green Blue C M Y K H S L
Decimal 158 16 27 0 0.90 0.83 0.38 355.35 0.82 0.34
Hex 9E 10 1B 0 5A 53 26 163 52 22
Octal 236 20 33 0 132 123 46 543 122 42
Binary 10011110 10000 11011 0 1011010 1010011 100110 101100011 1010010 100010

Color Harmonies of #9E101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E101B

Black with #9E101B

Text Example


Text Example

White with #9E101B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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