#940E1B

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

Shades of Carmine #940E1B

Tints of Carmine #940E1B

Color information

#940E1B (or 0x940E1B) is unknown color: approx Carmine. HEX triplet: 94, 0E and 1B. RGB value is (148,14,27). Sum of RGB (Red+Green+Blue) = 148+14+27=189 (25% of max value = 765). Red value is 148 (58.20% from 255 or 78.31% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 148 - color contains mainly: red. Hex color #940E1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940E1B is #6BF1E4. Grayscale: #373737. Windows color (decimal): -7074277 or 1773204. OLE color: 1773204.

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

Color convert

RGB1481427-
CMYK00.910.820.42
HSL354.18º82.72%31.76%-
HSV(B)354.18º90.54%58.04%-
XYZ12.576.691.67-
YUV55.55111.89193.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 78.31%
GREEN value IS 14 (5.86% from 255) = 7.41%
BLUE value IS 27 (10.94% from 255) = 14.29%
R=78.31%
G=7.41%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148142700.910.820.42354.1882.7231.76
Hex94E1B05B522A1625320
Octal224163301331225254212340
Binary100101001110110110101101110100101010101011000101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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