#940329

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

Shades of Carmine #940329

Tints of Carmine #940329

Color information

#940329 (or 0x940329) is unknown color: approx Carmine. HEX triplet: 94, 03 and 29. RGB value is (148,3,41). Sum of RGB (Red+Green+Blue) = 148+3+41=192 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.08% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 148 - color contains mainly: red. Hex color #940329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940329 is #6BFCD6. Grayscale: #323232. Windows color (decimal): -7077079 or 2687892. OLE color: 2687892.

HSL color Cylindrical-coordinate representation of color #940329: hue angle of 344.28º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #940329 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB148341-
CMYK00.980.720.42
HSL344.28º96.03%29.61%-
HSV(B)344.28º97.97%58.04%-
XYZ12.656.522.69-
YUV50.69122.54197.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 77.08%
GREEN value IS 3 (1.56% from 255) = 1.56%
BLUE value IS 41 (16.41% from 255) = 21.35%
R=77.08%
G=1.56%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14834100.980.720.42344.2896.0329.61
Hex94329062482A158601e
Octal22435101421105253014036
Binary1001010011101001011000101001000101010101011000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940329; }

 p { color: rgb(148,3,41); }

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

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

 a { background-color: rgb(148,3,41); }

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

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

 span { border-color: rgb(148,3,41); }

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