#93112C

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

Shades of Carmine #93112C

Tints of Carmine #93112C

Color information

#93112C (or 0x93112C) is unknown color: approx Carmine. HEX triplet: 93, 11 and 2C. RGB value is (147,17,44). Sum of RGB (Red+Green+Blue) = 147+17+44=208 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70.67% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 147 - color contains mainly: red. Hex color #93112C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93112C is #6CEED3. Grayscale: #3A3A3A. Windows color (decimal): -7139028 or 2888083. OLE color: 2888083.

HSL color Cylindrical-coordinate representation of color #93112C: hue angle of 347.54º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #93112C is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1471744-
CMYK00.880.700.42
HSL347.54º79.27%32.16%-
HSV(B)347.54º88.44%57.65%-
XYZ12.696.793.02-
YUV58.95119.57190.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 70.67%
GREEN value IS 17 (7.03% from 255) = 8.17%
BLUE value IS 44 (17.58% from 255) = 21.15%
R=70.67%
G=8.17%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147174400.880.700.42347.5479.2732.16
Hex93112C058462A15c4f20
Octal223215401301065253411740
Binary10010011100011011000101100010001101010101010111001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93112C; }

 p { color: rgb(147,17,44); }

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

<style>
 a { background-color: #93112C; }

 a { background-color: rgb(147,17,44); }

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

<style>
 span { border-color: #93112C; }

 span { border-color: rgb(147,17,44); }

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