#93091E

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

Shades of Carmine #93091E

Tints of Carmine #93091E

Color information

#93091E (or 0x93091E) is unknown color: approx Carmine. HEX triplet: 93, 09 and 1E. RGB value is (147,9,30). Sum of RGB (Red+Green+Blue) = 147+9+30=186 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.03% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 147 - color contains mainly: red. Hex color #93091E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93091E is #6CF6E1. Grayscale: #343434. Windows color (decimal): -7141090 or 1968531. OLE color: 1968531.

HSL color Cylindrical-coordinate representation of color #93091E: hue angle of 350.87º 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 #93091E is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB147930-
CMYK00.940.800.42
HSL350.87º88.46%30.59%-
HSV(B)350.87º93.88%57.65%-
XYZ12.366.491.83-
YUV52.66115.22195.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 79.03%
GREEN value IS 9 (3.91% from 255) = 4.84%
BLUE value IS 30 (12.11% from 255) = 16.13%
R=79.03%
G=4.84%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14793000.940.800.42350.8788.4630.59
Hex9391E05E502A15f581f
Octal223113601361205253713037
Binary10010011100111110010111101010000101010101011111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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