#93091C

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

Shades of Carmine #93091C

Tints of Carmine #93091C

Color information

#93091C (or 0x93091C) is unknown color: approx Carmine. HEX triplet: 93, 09 and 1C. RGB value is (147,9,28). Sum of RGB (Red+Green+Blue) = 147+9+28=184 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.89% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 147 - color contains mainly: red. Hex color #93091C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93091C is #6CF6E3. Grayscale: #343434. Windows color (decimal): -7141092 or 1837459. OLE color: 1837459.

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

Color convert

RGB147928-
CMYK00.940.810.42
HSL351.74º88.46%30.59%-
HSV(B)351.74º93.88%57.65%-
XYZ12.346.481.7-
YUV52.43114.22195.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 79.89%
GREEN value IS 9 (3.91% from 255) = 4.89%
BLUE value IS 28 (11.33% from 255) = 15.22%
R=79.89%
G=4.89%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14792800.940.810.42351.7488.4630.59
Hex9391C05E512A160581f
Octal223113401361215254013037
Binary10010011100111100010111101010001101010101100000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,9,28); }

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

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

 a { background-color: rgb(147,9,28); }

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

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

 span { border-color: rgb(147,9,28); }

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