#9E0712

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

Shades of Carmine #9E0712

Tints of Carmine #9E0712

Color information

#9E0712 (or 0x9E0712) is unknown color: approx Carmine. HEX triplet: 9E, 07 and 12. RGB value is (158,7,18). Sum of RGB (Red+Green+Blue) = 158+7+18=183 (24% of max value = 765). Red value is 158 (62.11% from 255 or 86.34% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0712 is #61F8ED. Grayscale: #353535. Windows color (decimal): -6420718 or 1181598. OLE color: 1181598.

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

Color convert

RGB158718-
CMYK00.960.890.38
HSL355.63º91.52%32.35%-
HSV(B)355.63º95.57%61.96%-
XYZ14.297.461.26-
YUV53.4108.03202.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 86.34%
GREEN value IS 7 (3.12% from 255) = 3.83%
BLUE value IS 18 (7.42% from 255) = 9.84%
R=86.34%
G=3.83%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15871800.960.890.38355.6391.5232.35
Hex9E71206059261645c20
Octal23672201401314654413440
Binary10011110111100100110000010110011001101011001001011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,7,18); }

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

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

 a { background-color: rgb(158,7,18); }

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

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

 span { border-color: rgb(158,7,18); }

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