#940E2E

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

Shades of Carmine #940E2E

Tints of Carmine #940E2E

Color information

#940E2E (or 0x940E2E) is unknown color: approx Carmine. HEX triplet: 94, 0E and 2E. RGB value is (148,14,46). Sum of RGB (Red+Green+Blue) = 148+14+46=208 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.15% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 148 - color contains mainly: red. Hex color #940E2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940E2E is #6BF1D1. Grayscale: #393939. Windows color (decimal): -7074258 or 3018388. OLE color: 3018388.

HSL color Cylindrical-coordinate representation of color #940E2E: hue angle of 345.67º degrees, saturation: 0.83, 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 #940E2E is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1481446-
CMYK00.910.690.42
HSL345.67º82.72%31.76%-
HSV(B)345.67º90.54%58.04%-
XYZ12.866.813.22-
YUV57.71121.39192.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 71.15%
GREEN value IS 14 (5.86% from 255) = 6.73%
BLUE value IS 46 (18.36% from 255) = 22.12%
R=71.15%
G=6.73%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148144600.910.690.42345.6782.7231.76
Hex94E2E05B452A15a5320
Octal224165601331055253212340
Binary1001010011101011100101101110001011010101010110101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,14,46); }

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

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

 a { background-color: rgb(148,14,46); }

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

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

 span { border-color: rgb(148,14,46); }

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