#9E0914

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

Shades of Carmine #9E0914

Tints of Carmine #9E0914

Color information

#9E0914 (or 0x9E0914) is unknown color: approx Carmine. HEX triplet: 9E, 09 and 14. RGB value is (158,9,20). Sum of RGB (Red+Green+Blue) = 158+9+20=187 (24% of max value = 765). Red value is 158 (62.11% from 255 or 84.49% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0914 is #61F6EB. Grayscale: #363636. Windows color (decimal): -6420204 or 1313182. OLE color: 1313182.

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

Color convert

RGB158920-
CMYK00.940.870.38
HSL355.57º89.22%32.75%-
HSV(B)355.57º94.3%61.96%-
XYZ14.327.511.36-
YUV54.8108.36201.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 84.49%
GREEN value IS 9 (3.91% from 255) = 4.81%
BLUE value IS 20 (8.20% from 255) = 10.70%
R=84.49%
G=4.81%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15892000.940.870.38355.5789.2232.75
Hex9E91405E57261645921
Octal236112401361274654413141
Binary100111101001101000101111010101111001101011001001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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