#94111E

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

Shades of Carmine #94111E

Tints of Carmine #94111E

Color information

#94111E (or 0x94111E) is unknown color: approx Carmine. HEX triplet: 94, 11 and 1E. RGB value is (148,17,30). Sum of RGB (Red+Green+Blue) = 148+17+30=195 (25% of max value = 765). Red value is 148 (58.20% from 255 or 75.90% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 148 - color contains mainly: red. Hex color #94111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94111E is #6BEEE1. Grayscale: #393939. Windows color (decimal): -7073506 or 1970580. OLE color: 1970580.

HSL color Cylindrical-coordinate representation of color #94111E: hue angle of 354.05º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #94111E is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1481730-
CMYK00.890.800.42
HSL354.05º79.39%32.35%-
HSV(B)354.05º88.51%58.04%-
XYZ12.656.791.87-
YUV57.65112.4192.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 75.90%
GREEN value IS 17 (7.03% from 255) = 8.72%
BLUE value IS 30 (12.11% from 255) = 15.38%
R=75.90%
G=8.72%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148173000.890.800.42354.0579.3932.35
Hex94111E059502A1624f20
Octal224213601311205254211740
Binary1001010010001111100101100110100001010101011000101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,17,30); }

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

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

 a { background-color: rgb(148,17,30); }

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

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

 span { border-color: rgb(148,17,30); }

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