#9E181B

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

Shades of Carmine #9E181B

Tints of Carmine #9E181B

Color information

#9E181B (or 0x9E181B) is unknown color: approx Carmine. HEX triplet: 9E, 18 and 1B. RGB value is (158,24,27). Sum of RGB (Red+Green+Blue) = 158+24+27=209 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.60% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 158 - color contains mainly: red. Hex color #9E181B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E181B is #61E7E4. Grayscale: #404040. Windows color (decimal): -6416357 or 1775774. OLE color: 1775774.

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

Color convert

RGB1582427-
CMYK00.850.830.38
HSL358.66º73.63%35.69%-
HSV(B)358.66º84.81%61.96%-
XYZ14.6381.81-
YUV64.41106.89194.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 75.60%
GREEN value IS 24 (9.77% from 255) = 11.48%
BLUE value IS 27 (10.94% from 255) = 12.92%
R=75.60%
G=11.48%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158242700.850.830.38358.6673.6335.69
Hex9E181B05553261674a24
Octal236303301251234654711244
Binary1001111011000110110101010110100111001101011001111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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