#9E161A

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

Shades of Carmine #9E161A

Tints of Carmine #9E161A

Color information

#9E161A (or 0x9E161A) is unknown color: approx Carmine. HEX triplet: 9E, 16 and 1A. RGB value is (158,22,26). Sum of RGB (Red+Green+Blue) = 158+22+26=206 (27% of max value = 765). Red value is 158 (62.11% from 255 or 76.70% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 158 - color contains mainly: red. Hex color #9E161A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E161A is #61E9E5. Grayscale: #3F3F3F. Windows color (decimal): -6416870 or 1709726. OLE color: 1709726.

HSL color Cylindrical-coordinate representation of color #9E161A: hue angle of 358.24º 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 #9E161A is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB1582226-
CMYK00.860.840.38
HSL358.24º75.56%35.29%-
HSV(B)358.24º86.08%61.96%-
XYZ14.577.921.74-
YUV63.12107.06195.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 76.70%
GREEN value IS 22 (8.98% from 255) = 10.68%
BLUE value IS 26 (10.55% from 255) = 12.62%
R=76.70%
G=10.68%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158222600.860.840.38358.2475.5635.29
Hex9E161A05654261664c23
Octal236263201261244654611443
Binary1001111010110110100101011010101001001101011001101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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