#940F20

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

Shades of Carmine #940F20

Tints of Carmine #940F20

Color information

#940F20 (or 0x940F20) is unknown color: approx Carmine. HEX triplet: 94, 0F and 20. RGB value is (148,15,32). Sum of RGB (Red+Green+Blue) = 148+15+32=195 (25% of max value = 765). Red value is 148 (58.20% from 255 or 75.90% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 148 - color contains mainly: red. Hex color #940F20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940F20 is #6BF0DF. Grayscale: #383838. Windows color (decimal): -7074016 or 2101140. OLE color: 2101140.

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

Color convert

RGB1481532-
CMYK00.900.780.42
HSL352.33º81.6%31.96%-
HSV(B)352.33º89.86%58.04%-
XYZ12.646.742-
YUV56.7114.06193.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 75.90%
GREEN value IS 15 (6.25% from 255) = 7.69%
BLUE value IS 32 (12.89% from 255) = 16.41%
R=75.90%
G=7.69%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148153200.900.780.42352.3381.631.96
Hex94F2005A4E2A1605220
Octal224174001321165254012240
Binary1001010011111000000101101010011101010101011000001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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