#93112B

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

Shades of Carmine #93112B

Tints of Carmine #93112B

Color information

#93112B (or 0x93112B) is unknown color: approx Carmine. HEX triplet: 93, 11 and 2B. RGB value is (147,17,43). Sum of RGB (Red+Green+Blue) = 147+17+43=207 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.01% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 147 - color contains mainly: red. Hex color #93112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93112B is #6CEED4. Grayscale: #3A3A3A. Windows color (decimal): -7139029 or 2822547. OLE color: 2822547.

HSL color Cylindrical-coordinate representation of color #93112B: hue angle of 348º 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 #93112B is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB1471743-
CMYK00.880.710.42
HSL348º79.27%32.16%-
HSV(B)348º88.44%57.65%-
XYZ12.676.782.93-
YUV58.83119.07190.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 71.01%
GREEN value IS 17 (7.03% from 255) = 8.21%
BLUE value IS 43 (17.19% from 255) = 20.77%
R=71.01%
G=8.21%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147174300.880.710.4234879.2732.16
Hex93112B058472A15c4f20
Octal223215301301075253411740
Binary10010011100011010110101100010001111010101010111001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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