#940f1b

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

Shades of Carmine #940F1B

Tints of Carmine #940F1B

Color information

#940F1B (or 0x940F1B) is unknown color: approx Carmine. HEX triplet: 94, 0F and 1B. RGB value is (148,15,27). Sum of RGB (Red+Green+Blue) = 148+15+27=190 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.89% from 190); Green value is 15 (6.25% from 255 or 7.89% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 148 - color contains mainly: red. Hex color #940F1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940F1B is #6BF0E4. Grayscale: #383838. Windows color (decimal): -7074021 or 1773460. OLE color: 1773460.

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

Color convert

RGB1481527-
CMYK00.900.820.42
HSL354.59º81.6%31.96%-
HSV(B)354.59º89.86%58.04%-
XYZ12.586.721.67-
YUV56.14111.56193.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 77.89%
GREEN value IS 15 (6.25% from 255) = 7.89%
BLUE value IS 27 (10.94% from 255) = 14.21%
R=77.89%
G=7.89%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148152700.900.820.42354.5981.631.96
Hex94F1B05A522A1635220
Octal224173301321225254312240
Binary100101001111110110101101010100101010101011000111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940f1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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