#9E161B

Color #9E161B Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #9E161B

Tints of Carmine #9E161B

Color information

#9E161B (or 0x9E161B) is unknown color: approx Carmine. HEX triplet: 9E, 16 and 1B. RGB value is (158,22,27). Sum of RGB (Red+Green+Blue) = 158+22+27=207 (27% of max value = 765). Red value is 158 (62.11% from 255 or 76.33% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 158 - color contains mainly: red. Hex color #9E161B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E161B is #61E9E4. Grayscale: #3F3F3F. Windows color (decimal): -6416869 or 1775262. OLE color: 1775262.

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

Color convert

RGB1582227-
CMYK00.860.830.38
HSL357.79º75.56%35.29%-
HSV(B)357.79º86.08%61.96%-
XYZ14.597.921.8-
YUV63.23107.56195.59-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 76.33%
GREEN value IS 22 (8.98% from 255) = 10.63%
BLUE value IS 27 (10.94% from 255) = 13.04%
R=76.33%
G=10.63%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.83
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158222700.860.830.38357.7975.5635.29
Hex9E161B05653261664c23
Octal236263301261234654611443
Binary1001111010110110110101011010100111001101011001101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E161B;
 }
 .AnyTagClassName
 {
   color: #9E161B;
 }
</style>
background-color css

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

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

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

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

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

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