#9E091A

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

Shades of Carmine #9E091A

Tints of Carmine #9E091A

Color information

#9E091A (or 0x9E091A) is unknown color: approx Carmine. HEX triplet: 9E, 09 and 1A. RGB value is (158,9,26). Sum of RGB (Red+Green+Blue) = 158+9+26=193 (25% of max value = 765). Red value is 158 (62.11% from 255 or 81.87% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 158 - color contains mainly: red. Hex color #9E091A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E091A is #61F6E5. Grayscale: #373737. Windows color (decimal): -6420198 or 1706398. OLE color: 1706398.

HSL color Cylindrical-coordinate representation of color #9E091A: hue angle of 353.15º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E091A is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB158926-
CMYK00.940.840.38
HSL353.15º89.22%32.75%-
HSV(B)353.15º94.3%61.96%-
XYZ14.387.541.67-
YUV55.49111.36201.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 81.87%
GREEN value IS 9 (3.91% from 255) = 4.66%
BLUE value IS 26 (10.55% from 255) = 13.47%
R=81.87%
G=4.66%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15892600.940.840.38353.1589.2232.75
Hex9E91A05E54261615921
Octal236113201361244654113141
Binary100111101001110100101111010101001001101011000011011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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