#940D2F

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

Shades of Carmine #940D2F

Tints of Carmine #940D2F

Color information

#940D2F (or 0x940D2F) is unknown color: approx Carmine. HEX triplet: 94, 0D and 2F. RGB value is (148,13,47). Sum of RGB (Red+Green+Blue) = 148+13+47=208 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.15% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 148 - color contains mainly: red. Hex color #940D2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940D2F is #6BF2D0. Grayscale: #393939. Windows color (decimal): -7074513 or 3083668. OLE color: 3083668.

HSL color Cylindrical-coordinate representation of color #940D2F: hue angle of 344.89º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940D2F is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1481347-
CMYK00.910.680.42
HSL344.89º83.85%31.57%-
HSV(B)344.89º91.22%58.04%-
XYZ12.876.793.32-
YUV57.24122.23192.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 71.15%
GREEN value IS 13 (5.47% from 255) = 6.25%
BLUE value IS 47 (18.75% from 255) = 22.60%
R=71.15%
G=6.25%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148134700.910.680.42344.8983.8531.57
Hex94D2F05B442A1595420
Octal224155701331045253112440
Binary1001010011011011110101101110001001010101010110011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940D2F; }

 p { color: rgb(148,13,47); }

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

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

 a { background-color: rgb(148,13,47); }

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

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

 span { border-color: rgb(148,13,47); }

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