#93141C

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

Shades of Carmine #93141C

Tints of Carmine #93141C

Color information

#93141C (or 0x93141C) is unknown color: approx Carmine. HEX triplet: 93, 14 and 1C. RGB value is (147,20,28). Sum of RGB (Red+Green+Blue) = 147+20+28=195 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75.38% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 147 - color contains mainly: red. Hex color #93141C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93141C is #6CEBE3. Grayscale: #3A3A3A. Windows color (decimal): -7138276 or 1840275. OLE color: 1840275.

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

Color convert

RGB1472028-
CMYK00.860.810.42
HSL356.22º76.05%32.75%-
HSV(B)356.22º86.39%57.65%-
XYZ12.496.791.75-
YUV58.88110.58190.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 75.38%
GREEN value IS 20 (8.20% from 255) = 10.26%
BLUE value IS 28 (11.33% from 255) = 14.36%
R=75.38%
G=10.26%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147202800.860.810.42356.2276.0532.75
Hex93141C056512A1644c21
Octal223243401261215254411441
Binary1001001110100111000101011010100011010101011001001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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