#940F1E

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

Shades of Carmine #940F1E

Tints of Carmine #940F1E

Color information

#940F1E (or 0x940F1E) is unknown color: approx Carmine. HEX triplet: 94, 0F and 1E. RGB value is (148,15,30). Sum of RGB (Red+Green+Blue) = 148+15+30=193 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.68% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 148 - color contains mainly: red. Hex color #940F1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940F1E is #6BF0E1. Grayscale: #383838. Windows color (decimal): -7074018 or 1970068. OLE color: 1970068.

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

Color convert

RGB1481530-
CMYK00.900.800.42
HSL353.23º81.6%31.96%-
HSV(B)353.23º89.86%58.04%-
XYZ12.626.731.86-
YUV56.48113.06193.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 76.68%
GREEN value IS 15 (6.25% from 255) = 7.77%
BLUE value IS 30 (12.11% from 255) = 15.54%
R=76.68%
G=7.77%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148153000.900.800.42353.2381.631.96
Hex94F1E05A502A1615220
Octal224173601321205254112240
Binary100101001111111100101101010100001010101011000011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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