#940124

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

Shades of Carmine #940124

Tints of Carmine #940124

Color information

#940124 (or 0x940124) is unknown color: approx Carmine. HEX triplet: 94, 01 and 24. RGB value is (148,1,36). Sum of RGB (Red+Green+Blue) = 148+1+36=185 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 148 - color contains mainly: red. Hex color #940124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940124 is #6BFEDB. Grayscale: #303030. Windows color (decimal): -7077596 or 2359700. OLE color: 2359700.

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

Color convert

RGB148136-
CMYK00.990.760.42
HSL345.71º98.66%29.22%-
HSV(B)345.71º99.32%58.04%-
XYZ12.546.442.25-
YUV48.94120.7198.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 80%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 36 (14.45% from 255) = 19.46%
R=80%
G=0.54%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813600.990.760.42345.7198.6629.22
Hex941240634C2A15a631d
Octal22414401431145253214335
Binary100101001100100011000111001100101010101011010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940124; }

 p { color: rgb(148,1,36); }

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

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

 a { background-color: rgb(148,1,36); }

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

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

 span { border-color: rgb(148,1,36); }

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