#9E1326

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

Shades of Carmine #9E1326

Tints of Carmine #9E1326

Color information

#9E1326 (or 0x9E1326) is unknown color: approx Carmine. HEX triplet: 9E, 13 and 26. RGB value is (158,19,38). Sum of RGB (Red+Green+Blue) = 158+19+38=215 (28% of max value = 765). Red value is 158 (62.11% from 255 or 73.49% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1326 is #61ECD9. Grayscale: #3E3E3E. Windows color (decimal): -6417626 or 2495390. OLE color: 2495390.

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

Color convert

RGB1581938-
CMYK00.880.760.38
HSL351.8º78.53%34.71%-
HSV(B)351.8º87.97%61.96%-
XYZ14.687.872.58-
YUV62.73114.05195.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 73.49%
GREEN value IS 19 (7.81% from 255) = 8.84%
BLUE value IS 38 (15.23% from 255) = 17.67%
R=73.49%
G=8.84%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158193800.880.760.38351.878.5334.71
Hex9E13260584C261604f23
Octal236234601301144654011743
Binary10011110100111001100101100010011001001101011000001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,19,38); }

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

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

 a { background-color: rgb(158,19,38); }

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

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

 span { border-color: rgb(158,19,38); }

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