#93121E

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

Shades of Carmine #93121E

Tints of Carmine #93121E

Color information

#93121E (or 0x93121E) is unknown color: approx Carmine. HEX triplet: 93, 12 and 1E. RGB value is (147,18,30). Sum of RGB (Red+Green+Blue) = 147+18+30=195 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75.38% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 147 - color contains mainly: red. Hex color #93121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93121E is #6CEDE1. Grayscale: #3A3A3A. Windows color (decimal): -7138786 or 1970835. OLE color: 1970835.

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

Color convert

RGB1471830-
CMYK00.880.800.42
HSL354.42º78.18%32.35%-
HSV(B)354.42º87.76%57.65%-
XYZ12.486.731.87-
YUV57.94112.24191.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 75.38%
GREEN value IS 18 (7.42% from 255) = 9.23%
BLUE value IS 30 (12.11% from 255) = 15.38%
R=75.38%
G=9.23%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147183000.880.800.42354.4278.1832.35
Hex93121E058502A1624e20
Octal223223601301205254211640
Binary1001001110010111100101100010100001010101011000101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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