#940224

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

Shades of Carmine #940224

Tints of Carmine #940224

Color information

#940224 (or 0x940224) is unknown color: approx Carmine. HEX triplet: 94, 02 and 24. RGB value is (148,2,36). Sum of RGB (Red+Green+Blue) = 148+2+36=186 (24% of max value = 765). Red value is 148 (58.20% from 255 or 79.57% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 148 - color contains mainly: red. Hex color #940224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940224 is #6BFDDB. Grayscale: #313131. Windows color (decimal): -7077340 or 2359956. OLE color: 2359956.

HSL color Cylindrical-coordinate representation of color #940224: hue angle of 346.03º degrees, saturation: 0.97, 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 #940224 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB148236-
CMYK00.990.760.42
HSL346.03º97.33%29.41%-
HSV(B)346.03º98.65%58.04%-
XYZ12.556.472.26-
YUV49.53120.37198.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 79.57%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 36 (14.45% from 255) = 19.35%
R=79.57%
G=1.08%
B=19.35%

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
Decimal14823600.990.760.42346.0397.3329.41
Hex942240634C2A15a611d
Octal22424401431145253214135
Binary1001010010100100011000111001100101010101011010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940224; }

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

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

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

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

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

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

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

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